#556803

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

Shades of Verdun Green #556803

Tints of Verdun Green #556803

Color information

#556803 (or 0x556803) is unknown color: approx Verdun Green. HEX triplet: 55, 68 and 03. RGB value is (85,104,3). Sum of RGB (Red+Green+Blue) = 85+104+3=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 104 (41.02% from 255 or 54.17% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 104 - color contains mainly: green. Hex color #556803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556803 is #AA97FC. Grayscale: #575757. Windows color (decimal): -11180029 or 223317. OLE color: 223317.

HSL color Cylindrical-coordinate representation of color #556803: hue angle of 71.29º 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 #556803 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.

Color convert

RGB851043-
CMYK0.1800.970.59
HSL71.29º94.39%20.98%-
HSV(B)71.29º97.12%40.78%-
XYZ8.7111.841.91-
YUV86.880.71126.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 104 (41.02% from 255) = 54.17%
BLUE value IS 3 (1.56% from 255) = 1.56%
R=44.27%
G=54.17%
B=1.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8510430.1800.970.5971.2994.3920.98
Hex55683120613B475e15
Octal12515032201417310713625
Binary101010111010001110010011000011110111000111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556803; }

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

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

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

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

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

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

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

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