#56712E

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

Shades of Dark Olive Green #56712E

Tints of Dark Olive Green #56712E

Color information

#56712E (or 0x56712E) is unknown color: approx Dark Olive Green. HEX triplet: 56, 71 and 2E. RGB value is (86,113,46). Sum of RGB (Red+Green+Blue) = 86+113+46=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #56712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56712E is #A98ED1. Grayscale: #616161. Windows color (decimal): -11112146 or 3043670. OLE color: 3043670.

HSL color Cylindrical-coordinate representation of color #56712E: hue angle of 84.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56712E is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB8611346-
CMYK0.2400.590.56
HSL84.18º42.14%31.18%-
HSV(B)84.18º59.29%44.31%-
XYZ10.2413.994.74-
YUV97.2999.05119.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 113 (44.53% from 255) = 46.12%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=35.10%
G=46.12%
B=18.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86113460.2400.590.5684.1842.1431.18
Hex56712E1803B38542a1f
Octal1261615630073701245237
Binary10101101110001101110110000111011111000101010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,113,46); }

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

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

 a { background-color: rgb(86,113,46); }

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

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

 span { border-color: rgb(86,113,46); }

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