#566012

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

Shades of Verdun Green #566012

Tints of Verdun Green #566012

Color information

#566012 (or 0x566012) is unknown color: approx Verdun Green. HEX triplet: 56, 60 and 12. RGB value is (86,96,18). Sum of RGB (Red+Green+Blue) = 86+96+18=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #566012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566012 is #A99FED. Grayscale: #545454. Windows color (decimal): -11116526 or 1204310. OLE color: 1204310.

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

Color convert

RGB869618-
CMYK0.1000.810.62
HSL67.69º68.42%22.35%-
HSV(B)67.69º81.25%37.65%-
XYZ8.1310.392.15-
YUV84.1290.69129.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 18 (7.42% from 255) = 9%
R=43%
G=48%
B=9%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696180.1000.810.6267.6968.4222.35
Hex566012A0513E444416
Octal126140221201217610410426
Binary10101101100000100101010010100011111101000100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566012; }

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

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

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

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

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

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

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

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