#5A7423

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

Shades of Dark Olive Green #5A7423

Tints of Dark Olive Green #5A7423

Color information

#5A7423 (or 0x5A7423) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 74 and 23. RGB value is (90,116,35). Sum of RGB (Red+Green+Blue) = 90+116+35=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7423 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7423 is #A58BDC. Grayscale: #636363. Windows color (decimal): -10849245 or 2323546. OLE color: 2323546.

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

Color convert

RGB9011635-
CMYK0.2200.700.55
HSL79.26º53.64%29.61%-
HSV(B)79.26º69.83%45.49%-
XYZ10.7714.793.88-
YUV98.9991.89121.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.34%
GREEN value IS 116 (45.70% from 255) = 48.13%
BLUE value IS 35 (14.06% from 255) = 14.52%
R=37.34%
G=48.13%
B=14.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90116350.2200.700.5579.2653.6429.61
Hex5A742316046374f361e
Octal13216443260106671176636
Binary101101011101001000111011001000110110111100111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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