#556011

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

Shades of Verdun Green #556011

Tints of Verdun Green #556011

Color information

#556011 (or 0x556011) is unknown color: approx Verdun Green. HEX triplet: 55, 60 and 11. RGB value is (85,96,17). Sum of RGB (Red+Green+Blue) = 85+96+17=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #556011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556011 is #AA9FEE. Grayscale: #545454. Windows color (decimal): -11182063 or 1138773. OLE color: 1138773.

HSL color Cylindrical-coordinate representation of color #556011: hue angle of 68.35º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #556011 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB859617-
CMYK0.1100.820.62
HSL68.35º69.91%22.16%-
HSV(B)68.35º82.29%37.65%-
XYZ8.0310.342.1-
YUV83.790.36128.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 17 (7.03% from 255) = 8.59%
R=42.93%
G=48.48%
B=8.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8596170.1100.820.6268.3569.9122.16
Hex556011B0523E444616
Octal125140211301227610410626
Binary10101011100000100011011010100101111101000100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556011; }

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

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

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

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

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

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

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

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