#5A7832

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

Shades of Dark Olive Green #5A7832

Tints of Dark Olive Green #5A7832

Color information

#5A7832 (or 0x5A7832) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 78 and 32. RGB value is (90,120,50). Sum of RGB (Red+Green+Blue) = 90+120+50=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7832 is #A587CD. Grayscale: #676767. Windows color (decimal): -10848206 or 3307610. OLE color: 3307610.

HSL color Cylindrical-coordinate representation of color #5A7832: hue angle of 85.71º 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 #5A7832 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB9012050-
CMYK0.2500.580.53
HSL85.71º41.18%33.33%-
HSV(B)85.71º58.33%47.06%-
XYZ11.5115.845.47-
YUV103.0598.06118.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.62%
GREEN value IS 120 (47.27% from 255) = 46.15%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=34.62%
G=46.15%
B=19.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90120500.2500.580.5385.7141.1833.33
Hex5A78321903A35562921
Octal1321706231072651265141
Binary101101011110001100101100101110101101011010110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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