#57560E

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

Shades of Verdun Green #57560E

Tints of Verdun Green #57560E

Color information

#57560E (or 0x57560E) is unknown color: approx Verdun Green. HEX triplet: 57, 56 and 0E. RGB value is (87,86,14). Sum of RGB (Red+Green+Blue) = 87+86+14=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #57560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57560E is #A8A9F1. Grayscale: #4E4E4E. Windows color (decimal): -11053554 or 939607. OLE color: 939607.

HSL color Cylindrical-coordinate representation of color #57560E: hue angle of 59.18º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57560E is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB878614-
CMYK00.010.840.66
HSL59.18º72.28%19.8%-
HSV(B)59.18º83.91%34.12%-
XYZ7.348.711.71-
YUV78.0991.83134.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.52%
GREEN value IS 86 (33.98% from 255) = 45.99%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=46.52%
G=45.99%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87861400.010.840.6659.1872.2819.8
Hex5756E0154423b4814
Octal12712616011241027311024
Binary1010111101011011100110101001000010111011100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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