#56712D

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

Shades of Dark Olive Green #56712D

Tints of Dark Olive Green #56712D

Color information

#56712D (or 0x56712D) is unknown color: approx Dark Olive Green. HEX triplet: 56, 71 and 2D. RGB value is (86,113,45). Sum of RGB (Red+Green+Blue) = 86+113+45=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 113 (44.53% from 255 or 46.31% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 113 - color contains mainly: green. Hex color #56712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56712D is #A98ED2. Grayscale: #616161. Windows color (decimal): -11112147 or 2978134. OLE color: 2978134.

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

Color convert

RGB8611345-
CMYK0.2400.600.56
HSL83.82º43.04%30.98%-
HSV(B)83.82º60.18%44.31%-
XYZ10.2213.984.64-
YUV97.1898.55120.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 113 (44.53% from 255) = 46.31%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=35.25%
G=46.31%
B=18.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86113450.2400.600.5683.8243.0430.98
Hex56712D1803C38542b1f
Octal1261615530074701245337
Binary10101101110001101101110000111100111000101010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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