#555509

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

Shades of Verdun Green #555509

Tints of Verdun Green #555509

Color information

#555509 (or 0x555509) is unknown color: approx Verdun Green. HEX triplet: 55, 55 and 09. RGB value is (85,85,9). Sum of RGB (Red+Green+Blue) = 85+85+9=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555509 is #AAAAF6. Grayscale: #4C4C4C. Windows color (decimal): -11184887 or 611669. OLE color: 611669.

HSL color Cylindrical-coordinate representation of color #555509: hue angle of 60º 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 #555509 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85859-
CMYK000.890.67
HSL60º80.85%18.43%-
HSV(B)60º89.41%33.33%-
XYZ7.048.451.52-
YUV76.3490134.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 85 (33.59% from 255) = 47.49%
BLUE value IS 9 (3.91% from 255) = 5.03%
R=47.49%
G=47.49%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85859000.890.676080.8518.43
Hex555590059433c5112
Octal12512511001311037412122
Binary1010101101010110010010110011000011111100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555509; }

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

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

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

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

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

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

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

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