#555408

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

Shades of Verdun Green #555408

Tints of Verdun Green #555408

Color information

#555408 (or 0x555408) is unknown color: approx Verdun Green. HEX triplet: 55, 54 and 08. RGB value is (85,84,8). Sum of RGB (Red+Green+Blue) = 85+84+8=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #555408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555408 is #AAABF7. Grayscale: #4B4B4B. Windows color (decimal): -11185144 or 545877. OLE color: 545877.

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

Color convert

RGB85848-
CMYK00.010.910.67
HSL59.22º82.8%18.24%-
HSV(B)59.22º90.59%33.33%-
XYZ6.968.291.46-
YUV75.6489.83134.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 84 (33.20% from 255) = 47.46%
BLUE value IS 8 (3.52% from 255) = 4.52%
R=48.02%
G=47.46%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8584800.010.910.6759.2282.818.24
Hex55548015B433b5312
Octal12512410011331037312322
Binary1010101101010010000110110111000011111011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555408; }

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

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

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

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

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

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

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

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