#5D712E

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

Shades of Dark Olive Green #5D712E

Tints of Dark Olive Green #5D712E

Color information

#5D712E (or 0x5D712E) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 71 and 2E. RGB value is (93,113,46). Sum of RGB (Red+Green+Blue) = 93+113+46=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #5D712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D712E is #A28ED1. Grayscale: #636363. Windows color (decimal): -10653394 or 3043677. OLE color: 3043677.

HSL color Cylindrical-coordinate representation of color #5D712E: hue angle of 77.91º 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 #5D712E is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB9311346-
CMYK0.1800.590.56
HSL77.91º42.14%31.18%-
HSV(B)77.91º59.29%44.31%-
XYZ10.9114.334.78-
YUV99.3897.87123.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.90%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=36.90%
G=44.84%
B=18.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93113460.1800.590.5677.9142.1431.18
Hex5D712E1203B384e2a1f
Octal1351615622073701165237
Binary10111011110001101110100100111011111000100111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D712E; }

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

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

<style>
 a { background-color: #5D712E; }

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

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

<style>
 span { border-color: #5D712E; }

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

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