#5A682E

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

Shades of Dark Olive Green #5A682E

Tints of Dark Olive Green #5A682E

Color information

#5A682E (or 0x5A682E) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 68 and 2E. RGB value is (90,104,46). Sum of RGB (Red+Green+Blue) = 90+104+46=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #5A682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A682E is #A597D1. Grayscale: #5D5D5D. Windows color (decimal): -10852306 or 3041370. OLE color: 3041370.

HSL color Cylindrical-coordinate representation of color #5A682E: hue angle of 74.48º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A682E is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB9010446-
CMYK0.1300.560.59
HSL74.48º38.67%29.41%-
HSV(B)74.48º55.77%40.78%-
XYZ9.6612.274.44-
YUV93.2101.36125.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 43.33%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=37.5%
G=43.33%
B=19.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90104460.1300.560.5974.4838.6729.41
Hex5A682ED0383B4a271d
Octal1321505615070731124735
Binary1011010110100010111011010111000111011100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,104,46); }

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

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

 a { background-color: rgb(90,104,46); }

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

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

 span { border-color: rgb(90,104,46); }

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