#56570C

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

Shades of Verdun Green #56570C

Tints of Verdun Green #56570C

Color information

#56570C (or 0x56570C) is unknown color: approx Verdun Green. HEX triplet: 56, 57 and 0C. RGB value is (86,87,12). Sum of RGB (Red+Green+Blue) = 86+87+12=185 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.49% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #56570C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56570C is #A9A8F3. Grayscale: #4E4E4E. Windows color (decimal): -11118836 or 808790. OLE color: 808790.

HSL color Cylindrical-coordinate representation of color #56570C: hue angle of 60.8º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56570C is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB868712-
CMYK0.0100.860.66
HSL60.8º75.76%19.41%-
HSV(B)60.8º86.21%34.12%-
XYZ7.318.821.67-
YUV78.1590.67133.6-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.49%
GREEN value IS 87 (34.38% from 255) = 47.03%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=46.49%
G=47.03%
B=6.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687120.0100.860.6660.875.7619.41
Hex5657C1056423d4c13
Octal12612714101261027511423
Binary1010110101011111001010101101000010111101100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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