#566312

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

Shades of Verdun Green #566312

Tints of Verdun Green #566312

Color information

#566312 (or 0x566312) is unknown color: approx Verdun Green. HEX triplet: 56, 63 and 12. RGB value is (86,99,18). Sum of RGB (Red+Green+Blue) = 86+99+18=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #566312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #566312 is #A99CED. Grayscale: #565656. Windows color (decimal): -11115758 or 1205078. OLE color: 1205078.

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

Color convert

RGB869918-
CMYK0.1300.820.61
HSL69.63º69.23%22.94%-
HSV(B)69.63º81.82%38.82%-
XYZ8.4110.952.24-
YUV85.8889.69128.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.36%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=42.36%
G=48.77%
B=8.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699180.1300.820.6169.6369.2322.94
Hex566312D0523D464517
Octal126143221501227510610527
Binary10101101100011100101101010100101111011000110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566312; }

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

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

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

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

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

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

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

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