#55580C

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

Shades of Verdun Green #55580C

Tints of Verdun Green #55580C

Color information

#55580C (or 0x55580C) is unknown color: approx Verdun Green. HEX triplet: 55, 58 and 0C. RGB value is (85,88,12). Sum of RGB (Red+Green+Blue) = 85+88+12=185 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.95% from 185); Green value is 88 (34.77% from 255 or 47.57% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 88 - color contains mainly: green. Hex color #55580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55580C is #AAA7F3. Grayscale: #4E4E4E. Windows color (decimal): -11184116 or 809045. OLE color: 809045.

HSL color Cylindrical-coordinate representation of color #55580C: hue angle of 62.37º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55580C is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB858812-
CMYK0.0300.860.65
HSL62.37º76%19.61%-
HSV(B)62.37º86.36%34.51%-
XYZ7.38.941.69-
YUV78.4490.51132.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.95%
GREEN value IS 88 (34.77% from 255) = 47.57%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=45.95%
G=47.57%
B=6.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588120.0300.860.6562.377619.61
Hex5558C3056413e4c14
Octal12513014301261017611424
Binary10101011011000110011010101101000001111110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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