#55600C

Color #55600C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #55600C

Tints of Verdun Green #55600C

Color information

#55600C (or 0x55600C) is unknown color: approx Verdun Green. HEX triplet: 55, 60 and 0C. RGB value is (85,96,12). Sum of RGB (Red+Green+Blue) = 85+96+12=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #55600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55600C is #AA9FF3. Grayscale: #535353. Windows color (decimal): -11182068 or 811093. OLE color: 811093.

HSL color Cylindrical-coordinate representation of color #55600C: hue angle of 67.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55600C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB859612-
CMYK0.1100.880.62
HSL67.86º77.78%21.18%-
HSV(B)67.86º87.5%37.65%-
XYZ810.321.92-
YUV83.1487.86129.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 12 (5.08% from 255) = 6.22%
R=44.04%
G=49.74%
B=6.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596120.1100.880.6267.8677.7821.18
Hex5560CB0583E444e15
Octal125140141301307610411625
Binary1010101110000011001011010110001111101000100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55600C; }

 p { color: rgb(85,96,12); }

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

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

 a { background-color: rgb(85,96,12); }

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

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

 span { border-color: rgb(85,96,12); }

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