#5A6929

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

Shades of Dark Olive Green #5A6929

Tints of Dark Olive Green #5A6929

Color information

#5A6929 (or 0x5A6929) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 69 and 29. RGB value is (90,105,41). Sum of RGB (Red+Green+Blue) = 90+105+41=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6929 is #A596D6. Grayscale: #5D5D5D. Windows color (decimal): -10852055 or 2713946. OLE color: 2713946.

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

Color convert

RGB9010541-
CMYK0.1400.610.59
HSL74.06º43.84%28.63%-
HSV(B)74.06º60.95%41.18%-
XYZ9.6712.443.99-
YUV93.2298.53125.7-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 41 (16.41% from 255) = 17.37%
R=38.14%
G=44.49%
B=17.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105410.1400.610.5974.0643.8428.63
Hex5A6929E03D3B4a2c1d
Octal1321515116075731125435
Binary1011010110100110100111100111101111011100101010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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