#5A7732

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

Shades of Dark Olive Green #5A7732

Tints of Dark Olive Green #5A7732

Color information

#5A7732 (or 0x5A7732) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 77 and 32. RGB value is (90,119,50). Sum of RGB (Red+Green+Blue) = 90+119+50=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7732 is #A588CD. Grayscale: #666666. Windows color (decimal): -10848462 or 3307354. OLE color: 3307354.

HSL color Cylindrical-coordinate representation of color #5A7732: hue angle of 85.22º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A7732 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB9011950-
CMYK0.2400.580.53
HSL85.22º40.83%33.14%-
HSV(B)85.22º57.98%46.67%-
XYZ11.3915.65.43-
YUV102.4698.39119.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.75%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 50 (19.92% from 255) = 19.31%
R=34.75%
G=45.95%
B=19.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119500.2400.580.5385.2240.8333.14
Hex5A77321803A35552921
Octal1321676230072651255141
Binary101101011101111100101100001110101101011010101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,50); }

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

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

 a { background-color: rgb(90,119,50); }

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

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

 span { border-color: rgb(90,119,50); }

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