#556001

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

Shades of Verdun Green #556001

Tints of Verdun Green #556001

Color information

#556001 (or 0x556001) is unknown color: approx Verdun Green. HEX triplet: 55, 60 and 01. RGB value is (85,96,1). Sum of RGB (Red+Green+Blue) = 85+96+1=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #556001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556001 is #AA9FFE. Grayscale: #525252. Windows color (decimal): -11182079 or 90197. OLE color: 90197.

HSL color Cylindrical-coordinate representation of color #556001: hue angle of 66.95º 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 #556001 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB85961-
CMYK0.1100.990.62
HSL66.95º97.94%19.02%-
HSV(B)66.95º98.96%37.65%-
XYZ7.9310.31.6-
YUV81.8882.36130.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.70%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 1 (0.78% from 255) = 0.55%
R=46.70%
G=52.75%
B=0.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal859610.1100.990.6266.9597.9419.02
Hex55601B0633E436213
Octal12514011301437610314223
Binary1010101110000011011011000111111101000011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556001; }

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

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

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

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

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

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

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

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