#555903

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

Shades of Verdun Green #555903

Tints of Verdun Green #555903

Color information

#555903 (or 0x555903) is unknown color: approx Verdun Green. HEX triplet: 55, 59 and 03. RGB value is (85,89,3). Sum of RGB (Red+Green+Blue) = 85+89+3=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #555903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555903 is #AAA6FC. Grayscale: #4E4E4E. Windows color (decimal): -11183869 or 219477. OLE color: 219477.

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

Color convert

RGB85893-
CMYK0.0400.970.65
HSL62.79º93.48%18.04%-
HSV(B)62.79º96.63%34.9%-
XYZ7.349.081.45-
YUV7885.67132.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=48.02%
G=50.28%
B=1.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal858930.0400.970.6562.7993.4818.04
Hex555934061413f5d12
Octal1251313401411017713522
Binary1010101101100111100011000011000001111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555903; }

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

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

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

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

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

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

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

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