#5A7326

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

Shades of Dark Olive Green #5A7326

Tints of Dark Olive Green #5A7326

Color information

#5A7326 (or 0x5A7326) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 73 and 26. RGB value is (90,115,38). Sum of RGB (Red+Green+Blue) = 90+115+38=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7326 is #A58CD9. Grayscale: #636363. Windows color (decimal): -10849498 or 2519898. OLE color: 2519898.

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

Color convert

RGB9011538-
CMYK0.2200.670.55
HSL79.48º50.33%30%-
HSV(B)79.48º66.96%45.1%-
XYZ10.714.584.08-
YUV98.7593.72121.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 115 (45.31% from 255) = 47.33%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=37.04%
G=47.33%
B=15.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90115380.2200.670.5579.4850.3330
Hex5A732616043374f321e
Octal13216346260103671176236
Binary101101011100111001101011001000011110111100111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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