#5A6A2F

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

Shades of Dark Olive Green #5A6A2F

Tints of Dark Olive Green #5A6A2F

Color information

#5A6A2F (or 0x5A6A2F) is unknown color: approx Dark Olive Green. HEX triplet: 5A, 6A and 2F. RGB value is (90,106,47). Sum of RGB (Red+Green+Blue) = 90+106+47=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6A2F is #A595D0. Grayscale: #5E5E5E. Windows color (decimal): -10851793 or 3107418. OLE color: 3107418.

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

Color convert

RGB9010647-
CMYK0.1500.560.58
HSL76.27º38.56%30%-
HSV(B)76.27º55.66%41.57%-
XYZ9.8812.694.62-
YUV94.49101.2124.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.04%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 47 (18.75% from 255) = 19.34%
R=37.04%
G=43.62%
B=19.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90106470.1500.560.5876.2738.5630
Hex5A6A2FF0383A4c271e
Octal1321525717070721144736
Binary1011010110101010111111110111000111010100110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,106,47); }

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

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

 a { background-color: rgb(90,106,47); }

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

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

 span { border-color: rgb(90,106,47); }

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