#566014

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

Shades of Verdun Green #566014

Tints of Verdun Green #566014

Color information

#566014 (or 0x566014) is unknown color: approx Verdun Green. HEX triplet: 56, 60 and 14. RGB value is (86,96,20). Sum of RGB (Red+Green+Blue) = 86+96+20=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #566014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566014 is #A99FEB. Grayscale: #545454. Windows color (decimal): -11116524 or 1335382. OLE color: 1335382.

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

Color convert

RGB869620-
CMYK0.1000.790.62
HSL67.89º65.52%22.75%-
HSV(B)67.89º79.17%37.65%-
XYZ8.1510.392.24-
YUV84.3591.69129.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.57%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 20 (8.20% from 255) = 9.90%
R=42.57%
G=47.52%
B=9.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696200.1000.790.6267.8965.5222.75
Hex566014A04F3E444217
Octal126140241201177610410227
Binary10101101100000101001010010011111111101000100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566014; }

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

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

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

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

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

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

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

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