#5A6939

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

Shades of Dark Olive Green #5A6939

Tints of Dark Olive Green #5A6939

Color information

#5A6939 (or 0x5A6939) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 69 and 39. RGB value is (90,105,57). Sum of RGB (Red+Green+Blue) = 90+105+57=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6939 is #A596C6. Grayscale: #5F5F5F. Windows color (decimal): -10852039 or 3762522. OLE color: 3762522.

HSL color Cylindrical-coordinate representation of color #5A6939: hue angle of 78.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A6939 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB9010557-
CMYK0.1400.460.59
HSL78.75º29.63%31.76%-
HSV(B)78.75º45.71%41.18%-
XYZ10.0112.575.77-
YUV95.04106.53124.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 57 (22.66% from 255) = 22.62%
R=35.71%
G=41.67%
B=22.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105570.1400.460.5978.7529.6331.76
Hex5A6939E02E3B4f1e20
Octal1321517116056731173640
Binary1011010110100111100111100101110111011100111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,105,57); }

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

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

 a { background-color: rgb(90,105,57); }

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

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

 span { border-color: rgb(90,105,57); }

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