#556403

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

Shades of Verdun Green #556403

Tints of Verdun Green #556403

Color information

#556403 (or 0x556403) is unknown color: approx Verdun Green. HEX triplet: 55, 64 and 03. RGB value is (85,100,3). Sum of RGB (Red+Green+Blue) = 85+100+3=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #556403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556403 is #AA9BFC. Grayscale: #545454. Windows color (decimal): -11181053 or 222293. OLE color: 222293.

HSL color Cylindrical-coordinate representation of color #556403: hue angle of 69.28º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #556403 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB851003-
CMYK0.1500.970.61
HSL69.28º94.17%20.2%-
HSV(B)69.28º97%39.22%-
XYZ8.3211.051.78-
YUV84.4682.03128.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.21%
GREEN value IS 100 (39.45% from 255) = 53.19%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=45.21%
G=53.19%
B=1.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8510030.1500.970.6169.2894.1720.2
Hex55643F0613D455e14
Octal12514431701417510513624
Binary10101011100100111111011000011111011000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556403; }

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

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

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

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

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

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

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

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