#5A8349

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

Shades of Glade Green #5A8349

Tints of Glade Green #5A8349

Color information

#5A8349 (or 0x5A8349) is unknown color: approx Glade Green. HEX triplet: 5A, 83 and 49. RGB value is (90,131,73). Sum of RGB (Red+Green+Blue) = 90+131+73=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #5A8349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8349 is #A57CB6. Grayscale: #707070. Windows color (decimal): -10845367 or 4817754. OLE color: 4817754.

HSL color Cylindrical-coordinate representation of color #5A8349: hue angle of 102.41º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A8349 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB9013173-
CMYK0.3100.440.49
HSL102.41º28.43%40%-
HSV(B)102.41º44.27%51.37%-
XYZ13.5418.899.24-
YUV112.13105.92112.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.61%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=30.61%
G=44.56%
B=24.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90131730.3100.440.49102.4128.4340
Hex5A83491F02C31661c28
Octal13220311137054611463450
Binary1011010100000111001001111110101100110001110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,131,73); }

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

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

 a { background-color: rgb(90,131,73); }

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

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

 span { border-color: rgb(90,131,73); }

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