#56610C

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

Shades of Verdun Green #56610C

Tints of Verdun Green #56610C

Color information

#56610C (or 0x56610C) is unknown color: approx Verdun Green. HEX triplet: 56, 61 and 0C. RGB value is (86,97,12). Sum of RGB (Red+Green+Blue) = 86+97+12=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #56610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56610C is #A99EF3. Grayscale: #545454. Windows color (decimal): -11116276 or 811350. OLE color: 811350.

HSL color Cylindrical-coordinate representation of color #56610C: hue angle of 67.76º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56610C is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB869712-
CMYK0.1100.880.62
HSL67.76º77.98%21.37%-
HSV(B)67.76º87.63%38.04%-
XYZ8.1810.551.95-
YUV84.0287.36129.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=44.10%
G=49.74%
B=6.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697120.1100.880.6267.7677.9821.37
Hex5661CB0583E444e15
Octal126141141301307610411625
Binary1010110110000111001011010110001111101000100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56610C; }

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

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

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

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

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

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

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

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