#566310

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

Shades of Verdun Green #566310

Tints of Verdun Green #566310

Color information

#566310 (or 0x566310) is unknown color: approx Verdun Green. HEX triplet: 56, 63 and 10. RGB value is (86,99,16). Sum of RGB (Red+Green+Blue) = 86+99+16=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #566310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566310 is #A99CEF. Grayscale: #555555. Windows color (decimal): -11115760 or 1074006. OLE color: 1074006.

HSL color Cylindrical-coordinate representation of color #566310: hue angle of 69.4º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #566310 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB869916-
CMYK0.1300.840.61
HSL69.4º72.17%22.55%-
HSV(B)69.4º83.84%38.82%-
XYZ8.3910.942.16-
YUV85.6588.69128.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 99 (39.06% from 255) = 49.25%
BLUE value IS 16 (6.64% from 255) = 7.96%
R=42.79%
G=49.25%
B=7.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699160.1300.840.6169.472.1722.55
Hex566310D0543D454817
Octal126143201501247510511027
Binary10101101100011100001101010101001111011000101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566310; }

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

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

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

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

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

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

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

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