#566214

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

Shades of Verdun Green #566214

Tints of Verdun Green #566214

Color information

#566214 (or 0x566214) is unknown color: approx Verdun Green. HEX triplet: 56, 62 and 14. RGB value is (86,98,20). Sum of RGB (Red+Green+Blue) = 86+98+20=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #566214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566214 is #A99DEB. Grayscale: #555555. Windows color (decimal): -11116012 or 1335894. OLE color: 1335894.

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

Color convert

RGB869820-
CMYK0.1200.800.62
HSL69.23º66.1%23.14%-
HSV(B)69.23º79.59%38.43%-
XYZ8.3310.762.3-
YUV85.5291.02128.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.16%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=42.16%
G=48.04%
B=9.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698200.1200.800.6269.2366.123.14
Hex566214C0503E454217
Octal126142241401207610510227
Binary10101101100010101001100010100001111101000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566214; }

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

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

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

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

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

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

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

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