#5D712A

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

Shades of Dark Olive Green #5D712A

Tints of Dark Olive Green #5D712A

Color information

#5D712A (or 0x5D712A) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 71 and 2A. RGB value is (93,113,42). Sum of RGB (Red+Green+Blue) = 93+113+42=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #5D712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D712A is #A28ED5. Grayscale: #636363. Windows color (decimal): -10653398 or 2781533. OLE color: 2781533.

HSL color Cylindrical-coordinate representation of color #5D712A: hue angle of 76.9º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D712A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB9311342-
CMYK0.1800.630.56
HSL76.9º45.81%30.39%-
HSV(B)76.9º62.83%44.31%-
XYZ10.8414.34.38-
YUV98.9395.87123.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.5%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=37.5%
G=45.56%
B=16.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93113420.1800.630.5676.945.8130.39
Hex5D712A1203F384d2e1e
Octal1351615222077701155636
Binary10111011110001101010100100111111111000100110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D712A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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