#555508

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

Shades of Verdun Green #555508

Tints of Verdun Green #555508

Color information

#555508 (or 0x555508) is unknown color: approx Verdun Green. HEX triplet: 55, 55 and 08. RGB value is (85,85,8). Sum of RGB (Red+Green+Blue) = 85+85+8=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555508 is #AAAAF7. Grayscale: #4C4C4C. Windows color (decimal): -11184888 or 546133. OLE color: 546133.

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

Color convert

RGB85858-
CMYK000.910.67
HSL60º82.8%18.24%-
HSV(B)60º90.59%33.33%-
XYZ7.048.451.49-
YUV76.2289.5134.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=47.75%
G=47.75%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85858000.910.676082.818.24
Hex55558005B433c5312
Octal12512510001331037412322
Binary1010101101010110000010110111000011111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555508; }

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

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

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

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

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

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

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

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