#556801

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

Shades of Verdun Green #556801

Tints of Verdun Green #556801

Color information

#556801 (or 0x556801) is unknown color: approx Verdun Green. HEX triplet: 55, 68 and 01. RGB value is (85,104,1). Sum of RGB (Red+Green+Blue) = 85+104+1=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #556801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556801 is #AA97FE. Grayscale: #565656. Windows color (decimal): -11180031 or 92245. OLE color: 92245.

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

Color convert

RGB851041-
CMYK0.1800.990.59
HSL71.07º98.1%20.59%-
HSV(B)71.07º99.04%40.78%-
XYZ8.711.831.85-
YUV86.5879.71126.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=44.74%
G=54.74%
B=0.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8510410.1800.990.5971.0798.120.59
Hex55681120633B476215
Octal12515012201437310714225
Binary10101011101000110010011000111110111000111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556801; }

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

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

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

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

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

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

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

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