#566011

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

Shades of Verdun Green #566011

Tints of Verdun Green #566011

Color information

#566011 (or 0x566011) is unknown color: approx Verdun Green. HEX triplet: 56, 60 and 11. RGB value is (86,96,17). Sum of RGB (Red+Green+Blue) = 86+96+17=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #566011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566011 is #A99FEE. Grayscale: #545454. Windows color (decimal): -11116527 or 1138774. OLE color: 1138774.

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

Color convert

RGB869617-
CMYK0.1000.820.62
HSL67.59º69.91%22.16%-
HSV(B)67.59º82.29%37.65%-
XYZ8.1210.382.11-
YUV8490.19129.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 17 (7.03% from 255) = 8.54%
R=43.22%
G=48.24%
B=8.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696170.1000.820.6267.5969.9122.16
Hex566011A0523E444616
Octal126140211201227610410626
Binary10101101100000100011010010100101111101000100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566011; }

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

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

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

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

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

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

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

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