#555209

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

Shades of Verdun Green #555209

Tints of Verdun Green #555209

Color information

#555209 (or 0x555209) is unknown color: approx Verdun Green. HEX triplet: 55, 52 and 09. RGB value is (85,82,9). Sum of RGB (Red+Green+Blue) = 85+82+9=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #555209 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555209 is #AAADF6. Grayscale: #4A4A4A. Windows color (decimal): -11185655 or 610901. OLE color: 610901.

HSL color Cylindrical-coordinate representation of color #555209: hue angle of 57.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #555209 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85829-
CMYK00.040.890.67
HSL57.63º80.85%18.43%-
HSV(B)57.63º89.41%33.33%-
XYZ6.817.991.44-
YUV74.5890.99135.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 9 (3.91% from 255) = 5.11%
R=48.30%
G=46.59%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8582900.040.890.6757.6380.8518.43
Hex555290459433a5112
Octal12512211041311037212122
Binary101010110100101001010010110011000011111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555209; }

 p { color: rgb(85,82,9); }

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

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

 a { background-color: rgb(85,82,9); }

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

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

 span { border-color: rgb(85,82,9); }

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