#56570E

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

Shades of Verdun Green #56570E

Tints of Verdun Green #56570E

Color information

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

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

Color convert

RGB868714-
CMYK0.0100.840.66
HSL60.82º72.28%19.8%-
HSV(B)60.82º83.91%34.12%-
XYZ7.338.831.73-
YUV78.3891.67133.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687140.0100.840.6660.8272.2819.8
Hex5657E1054423d4814
Octal12612716101241027511024
Binary1010110101011111101010101001000010111101100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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