#555905

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

Shades of Verdun Green #555905

Tints of Verdun Green #555905

Color information

#555905 (or 0x555905) is unknown color: approx Verdun Green. HEX triplet: 55, 59 and 05. RGB value is (85,89,5). Sum of RGB (Red+Green+Blue) = 85+89+5=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #555905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555905 is #AAA6FA. Grayscale: #4E4E4E. Windows color (decimal): -11183867 or 350549. OLE color: 350549.

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

Color convert

RGB85895-
CMYK0.0400.940.65
HSL62.86º89.36%18.43%-
HSV(B)62.86º94.38%34.9%-
XYZ7.359.091.51-
YUV78.2386.67132.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 89 (35.16% from 255) = 49.72%
BLUE value IS 5 (2.34% from 255) = 2.79%
R=47.49%
G=49.72%
B=2.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal858950.0400.940.6562.8689.3618.43
Hex55595405E413f5912
Octal1251315401361017713122
Binary10101011011001101100010111101000001111111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555905; }

 p { color: rgb(85,89,5); }

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

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

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

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

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

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

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