#5A794A

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

Shades of Glade Green #5A794A

Tints of Glade Green #5A794A

Color information

#5A794A (or 0x5A794A) is unknown color: approx Glade Green. HEX triplet: 5A, 79 and 4A. RGB value is (90,121,74). Sum of RGB (Red+Green+Blue) = 90+121+74=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #5A794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A794A is #A586B5. Grayscale: #6A6A6A. Windows color (decimal): -10847926 or 4880730. OLE color: 4880730.

HSL color Cylindrical-coordinate representation of color #5A794A: hue angle of 99.57º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A794A is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB9012174-
CMYK0.2600.390.53
HSL99.57º24.1%38.24%-
HSV(B)99.57º38.84%47.45%-
XYZ12.2916.348.99-
YUV106.37109.73116.32-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.58%
GREEN value IS 121 (47.66% from 255) = 42.46%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=31.58%
G=42.46%
B=25.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90121740.2600.390.5399.5724.138.24
Hex5A794A1A02735641826
Octal13217111232047651443046
Binary101101011110011001010110100100111110101110010011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,121,74); }

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

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

 a { background-color: rgb(90,121,74); }

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

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

 span { border-color: rgb(90,121,74); }

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