#556a01

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

Shades of Verdun Green #556A01

Tints of Verdun Green #556A01

Color information

#556A01 (or 0x556A01) is unknown color: approx Verdun Green. HEX triplet: 55, 6A and 01. RGB value is (85,106,1). Sum of RGB (Red+Green+Blue) = 85+106+1=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #556A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556A01 is #AA95FE. Grayscale: #585858. Windows color (decimal): -11179519 or 92757. OLE color: 92757.

HSL color Cylindrical-coordinate representation of color #556A01: hue angle of 72º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #556A01 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB851061-
CMYK0.2000.990.58
HSL72º98.13%20.98%-
HSV(B)72º99.06%41.57%-
XYZ8.9112.241.92-
YUV87.7579.04126.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.27%
GREEN value IS 106 (41.80% from 255) = 55.21%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=44.27%
G=55.21%
B=0.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8510610.2000.990.587298.1320.98
Hex556A1140633A486215
Octal12515212401437211014225
Binary10101011101010110100011000111110101001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556a01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556a01; }

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

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

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

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

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

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

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

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