#566114

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

Shades of Verdun Green #566114

Tints of Verdun Green #566114

Color information

#566114 (or 0x566114) is unknown color: approx Verdun Green. HEX triplet: 56, 61 and 14. RGB value is (86,97,20). Sum of RGB (Red+Green+Blue) = 86+97+20=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #566114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566114 is #A99EEB. Grayscale: #555555. Windows color (decimal): -11116268 or 1335638. OLE color: 1335638.

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

Color convert

RGB869720-
CMYK0.1100.790.62
HSL68.57º65.81%22.94%-
HSV(B)68.57º79.38%38.04%-
XYZ8.2410.582.27-
YUV84.9391.36128.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=42.36%
G=47.78%
B=9.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697200.1100.790.6268.5765.8122.94
Hex566114B04F3E454217
Octal126141241301177610510227
Binary10101101100001101001011010011111111101000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566114; }

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

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

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

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

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

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

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

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