#566210

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

Shades of Verdun Green #566210

Tints of Verdun Green #566210

Color information

#566210 (or 0x566210) is unknown color: approx Verdun Green. HEX triplet: 56, 62 and 10. RGB value is (86,98,16). Sum of RGB (Red+Green+Blue) = 86+98+16=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #566210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566210 is #A99DEF. Grayscale: #555555. Windows color (decimal): -11116016 or 1073750. OLE color: 1073750.

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

Color convert

RGB869816-
CMYK0.1200.840.62
HSL68.78º71.93%22.35%-
HSV(B)68.78º83.67%38.43%-
XYZ8.310.752.13-
YUV85.0689.02128.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43%
GREEN value IS 98 (38.67% from 255) = 49%
BLUE value IS 16 (6.64% from 255) = 8%
R=43%
G=49%
B=8%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698160.1200.840.6268.7871.9322.35
Hex566210C0543E454816
Octal126142201401247610511026
Binary10101101100010100001100010101001111101000101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566210; }

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

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

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

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

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

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

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

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