#608144

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

Shades of Dingley #608144

Tints of Dingley #608144

Color information

#608144 (or 0x608144) is unknown color: approx Dingley. HEX triplet: 60, 81 and 44. RGB value is (96,129,68). Sum of RGB (Red+Green+Blue) = 96+129+68=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #608144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608144 is #9F7EBB. Grayscale: #707070. Windows color (decimal): -10452668 or 4489568. OLE color: 4489568.

HSL color Cylindrical-coordinate representation of color #608144: hue angle of 92.46º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608144 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB9612968-
CMYK0.2600.470.49
HSL92.46º30.96%38.63%-
HSV(B)92.46º47.29%50.59%-
XYZ13.7218.68.34-
YUV112.18103.07116.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 129 (50.78% from 255) = 44.03%
BLUE value IS 68 (26.95% from 255) = 23.21%
R=32.76%
G=44.03%
B=23.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96129680.2600.470.4992.4630.9638.63
Hex6081441A02F315c1f27
Octal14020110432057611343747
Binary1100000100000011000100110100101111110001101110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608144; }

 p { color: rgb(96,129,68); }

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

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

 a { background-color: rgb(96,129,68); }

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

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

 span { border-color: rgb(96,129,68); }

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