#56570A

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

Shades of Verdun Green #56570A

Tints of Verdun Green #56570A

Color information

#56570A (or 0x56570A) is unknown color: approx Verdun Green. HEX triplet: 56, 57 and 0A. RGB value is (86,87,10). Sum of RGB (Red+Green+Blue) = 86+87+10=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #56570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56570A is #A9A8F5. Grayscale: #4E4E4E. Windows color (decimal): -11118838 or 677718. OLE color: 677718.

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

Color convert

RGB868710-
CMYK0.0100.890.66
HSL60.78º79.38%19.02%-
HSV(B)60.78º88.51%34.12%-
XYZ7.38.821.6-
YUV77.9289.67133.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 87 (34.38% from 255) = 47.54%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=46.99%
G=47.54%
B=5.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8687100.0100.890.6660.7879.3819.02
Hex5657A1059423d4f13
Octal12612712101311027511723
Binary1010110101011110101010110011000010111101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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