#5A712E

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

Shades of Dark Olive Green #5A712E

Tints of Dark Olive Green #5A712E

Color information

#5A712E (or 0x5A712E) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 71 and 2E. RGB value is (90,113,46). Sum of RGB (Red+Green+Blue) = 90+113+46=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #5A712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A712E is #A58ED1. Grayscale: #626262. Windows color (decimal): -10850002 or 3043674. OLE color: 3043674.

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

Color convert

RGB9011346-
CMYK0.2000.590.56
HSL80.6º42.14%31.18%-
HSV(B)80.6º59.29%44.31%-
XYZ10.6114.184.76-
YUV98.4898.38121.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 113 (44.53% from 255) = 45.38%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=36.14%
G=45.38%
B=18.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90113460.2000.590.5680.642.1431.18
Hex5A712E1403B38512a1f
Octal1321615624073701215237
Binary10110101110001101110101000111011111000101000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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