#5A6B39

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

Shades of Dark Olive Green #5A6B39

Tints of Dark Olive Green #5A6B39

Color information

#5A6B39 (or 0x5A6B39) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 6B and 39. RGB value is (90,107,57). Sum of RGB (Red+Green+Blue) = 90+107+57=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6B39 is #A594C6. Grayscale: #606060. Windows color (decimal): -10851527 or 3763034. OLE color: 3763034.

HSL color Cylindrical-coordinate representation of color #5A6B39: hue angle of 80.4º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A6B39 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB9010757-
CMYK0.1600.470.58
HSL80.4º30.49%32.16%-
HSV(B)80.4º46.73%41.96%-
XYZ10.2112.985.84-
YUV96.22105.87123.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.43%
GREEN value IS 107 (42.19% from 255) = 42.13%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=35.43%
G=42.13%
B=22.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90107570.1600.470.5880.430.4932.16
Hex5A6B391002F3A501e20
Octal1321537120057721203640
Binary10110101101011111001100000101111111010101000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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