#57560C

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

Shades of Verdun Green #57560C

Tints of Verdun Green #57560C

Color information

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

HSL color Cylindrical-coordinate representation of color #57560C: hue angle of 59.2º 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 #57560C is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB878612-
CMYK00.010.860.66
HSL59.2º75.76%19.41%-
HSV(B)59.2º86.21%34.12%-
XYZ7.328.711.64-
YUV77.8690.83134.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87861200.010.860.6659.275.7619.41
Hex5756C0156423b4c13
Octal12712614011261027311423
Binary1010111101011011000110101101000010111011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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