#5A732F

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

Shades of Dark Olive Green #5A732F

Tints of Dark Olive Green #5A732F

Color information

#5A732F (or 0x5A732F) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 73 and 2F. RGB value is (90,115,47). Sum of RGB (Red+Green+Blue) = 90+115+47=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #5A732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A732F is #A58CD0. Grayscale: #646464. Windows color (decimal): -10849489 or 3109722. OLE color: 3109722.

HSL color Cylindrical-coordinate representation of color #5A732F: hue angle of 82.06º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A732F is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB9011547-
CMYK0.2200.590.55
HSL82.06º41.98%31.76%-
HSV(B)82.06º59.13%45.1%-
XYZ10.8614.644.94-
YUV99.7798.22121.03-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=35.71%
G=45.63%
B=18.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90115470.2200.590.5582.0641.9831.76
Hex5A732F1603B37522a20
Octal1321635726073671225240
Binary101101011100111011111011001110111101111010010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A732F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,115,47); }

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

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

 a { background-color: rgb(90,115,47); }

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

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

 span { border-color: rgb(90,115,47); }

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