#556501

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

Shades of Verdun Green #556501

Tints of Verdun Green #556501

Color information

#556501 (or 0x556501) is unknown color: approx Verdun Green. HEX triplet: 55, 65 and 01. RGB value is (85,101,1). Sum of RGB (Red+Green+Blue) = 85+101+1=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 101 (39.84% from 255 or 54.01% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 101 - color contains mainly: green. Hex color #556501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556501 is #AA9AFE. Grayscale: #555555. Windows color (decimal): -11180799 or 91477. OLE color: 91477.

HSL color Cylindrical-coordinate representation of color #556501: hue angle of 69.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #556501 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB851011-
CMYK0.1600.990.60
HSL69.6º98.04%20%-
HSV(B)69.6º99.01%39.61%-
XYZ8.4111.241.76-
YUV84.8280.7128.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.45%
GREEN value IS 101 (39.84% from 255) = 54.01%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=45.45%
G=54.01%
B=0.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8510110.1600.990.6069.698.0420
Hex55651100633C466214
Octal12514512001437410614224
Binary10101011100101110000011000111111001000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556501; }

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

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

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

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

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

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

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

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