#648042

Color #648042 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #648042

Tints of Dingley #648042

Color information

#648042 (or 0x648042) is unknown color: approx Dingley. HEX triplet: 64, 80 and 42. RGB value is (100,128,66). Sum of RGB (Red+Green+Blue) = 100+128+66=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #648042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648042 is #9B7FBD. Grayscale: #707070. Windows color (decimal): -10190782 or 4358244. OLE color: 4358244.

HSL color Cylindrical-coordinate representation of color #648042: hue angle of 87.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #648042 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB10012866-
CMYK0.2200.480.50
HSL87.1º31.96%38.04%-
HSV(B)87.1º48.44%50.2%-
XYZ13.9618.548-
YUV112.56101.72119.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 66 (26.17% from 255) = 22.45%
R=34.01%
G=43.54%
B=22.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal100128660.2200.480.5087.131.9638.04
Hex6480421603032572026
Octal14420010226060621274046
Binary11001001000000010000101011001100001100101010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648042; }

 p { color: rgb(100,128,66); }

 H1.HeaderClassName
 {
   color: #648042;
 }
 .AnyTagClassName
 {
   color: #648042;
 }
</style>
background-color css

<style>
 a { background-color: #648042; }

 a { background-color: rgb(100,128,66); }

 div.DivClassName
 {
   background-color: #648042;
 }
 .BgClassName
 {
   background-color: #648042;
 }
</style>
border-color css

<style>
 span { border-color: #648042; }

 span { border-color: rgb(100,128,66); }

 td.TdClassName
 {
   border-color: #648042;
 }
 .TagClassName
 {
   border-color: #648042;
 }
</style>