#556903

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

Shades of Verdun Green #556903

Tints of Verdun Green #556903

Color information

#556903 (or 0x556903) is unknown color: approx Verdun Green. HEX triplet: 55, 69 and 03. RGB value is (85,105,3). Sum of RGB (Red+Green+Blue) = 85+105+3=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #556903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556903 is #AA96FC. Grayscale: #575757. Windows color (decimal): -11179773 or 223573. OLE color: 223573.

HSL color Cylindrical-coordinate representation of color #556903: hue angle of 71.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #556903 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB851053-
CMYK0.1900.970.59
HSL71.76º94.44%21.18%-
HSV(B)71.76º97.14%41.18%-
XYZ8.8112.041.95-
YUV87.3980.37126.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 3 (1.56% from 255) = 1.55%
R=44.04%
G=54.40%
B=1.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8510530.1900.970.5971.7694.4421.18
Hex55693130613B485e15
Octal12515132301417311013625
Binary101010111010011110011011000011110111001000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556903; }

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

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

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

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

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

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

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

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