#5A792D

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

Shades of Dark Olive Green #5A792D

Tints of Dark Olive Green #5A792D

Color information

#5A792D (or 0x5A792D) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 79 and 2D. RGB value is (90,121,45). Sum of RGB (Red+Green+Blue) = 90+121+45=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #5A792D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A792D is #A586D2. Grayscale: #676767. Windows color (decimal): -10847955 or 2980186. OLE color: 2980186.

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

Color convert

RGB9012145-
CMYK0.2600.630.53
HSL84.47º45.78%32.55%-
HSV(B)84.47º62.81%47.45%-
XYZ11.5316.044.97-
YUV103.0795.23118.68-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.16%
GREEN value IS 121 (47.66% from 255) = 47.27%
BLUE value IS 45 (17.97% from 255) = 17.58%
R=35.16%
G=47.27%
B=17.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121450.2600.630.5384.4745.7832.55
Hex5A792D1A03F35542e21
Octal1321715532077651245641
Binary101101011110011011011101001111111101011010100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A792D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,121,45); }

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

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

 a { background-color: rgb(90,121,45); }

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

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

 span { border-color: rgb(90,121,45); }

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