#5A7425

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

Shades of Dark Olive Green #5A7425

Tints of Dark Olive Green #5A7425

Color information

#5A7425 (or 0x5A7425) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 74 and 25. RGB value is (90,116,37). Sum of RGB (Red+Green+Blue) = 90+116+37=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7425 is #A58BDA. Grayscale: #636363. Windows color (decimal): -10849243 or 2454618. OLE color: 2454618.

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

Color convert

RGB9011637-
CMYK0.2200.680.55
HSL79.75º51.63%30%-
HSV(B)79.75º68.1%45.49%-
XYZ10.814.84.04-
YUV99.2292.89121.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 116 (45.70% from 255) = 47.74%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=37.04%
G=47.74%
B=15.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90116370.2200.680.5579.7551.6330
Hex5A7425160443750341e
Octal13216445260104671206436
Binary101101011101001001011011001000100110111101000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,116,37); }

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

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

 a { background-color: rgb(90,116,37); }

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

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

 span { border-color: rgb(90,116,37); }

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