#556201

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

Shades of Verdun Green #556201

Tints of Verdun Green #556201

Color information

#556201 (or 0x556201) is unknown color: approx Verdun Green. HEX triplet: 55, 62 and 01. RGB value is (85,98,1). Sum of RGB (Red+Green+Blue) = 85+98+1=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #556201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556201 is #AA9DFE. Grayscale: #535353. Windows color (decimal): -11181567 or 90709. OLE color: 90709.

HSL color Cylindrical-coordinate representation of color #556201: hue angle of 68.04º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #556201 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB85981-
CMYK0.1300.990.62
HSL68.04º97.98%19.41%-
HSV(B)68.04º98.98%38.43%-
XYZ8.1210.671.66-
YUV83.0681.69129.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.20%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=46.20%
G=53.26%
B=0.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal859810.1300.990.6268.0497.9819.41
Hex55621D0633E446213
Octal12514211501437610414223
Binary1010101110001011101011000111111101000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556201; }

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

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

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

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

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

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

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

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