#555902

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

Shades of Verdun Green #555902

Tints of Verdun Green #555902

Color information

#555902 (or 0x555902) is unknown color: approx Verdun Green. HEX triplet: 55, 59 and 02. RGB value is (85,89,2). Sum of RGB (Red+Green+Blue) = 85+89+2=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #555902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555902 is #AAA6FD. Grayscale: #4E4E4E. Windows color (decimal): -11183870 or 153941. OLE color: 153941.

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

Color convert

RGB85892-
CMYK0.0400.980.65
HSL62.76º95.6%17.84%-
HSV(B)62.76º97.75%34.9%-
XYZ7.339.081.42-
YUV77.8985.17133.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 89 (35.16% from 255) = 50.57%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=48.30%
G=50.57%
B=1.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal858920.0400.980.6562.7695.617.84
Hex555924062413f6012
Octal1251312401421017714022
Binary1010101101100110100011000101000001111111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555902; }

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

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

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

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

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

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

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

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