#5A8252

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

Shades of Glade Green #5A8252

Tints of Glade Green #5A8252

Color information

#5A8252 (or 0x5A8252) is unknown color: approx Glade Green. HEX triplet: 5A, 82 and 52. RGB value is (90,130,82). Sum of RGB (Red+Green+Blue) = 90+130+82=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8252 is #A57DAD. Grayscale: #707070. Windows color (decimal): -10845614 or 5407322. OLE color: 5407322.

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

Color convert

RGB9013082-
CMYK0.3100.370.49
HSL110º22.64%41.57%-
HSV(B)110º36.92%50.98%-
XYZ13.7218.7510.88-
YUV112.57110.75111.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 82 (32.42% from 255) = 27.15%
R=29.80%
G=43.05%
B=27.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90130820.3100.370.4911022.6441.57
Hex5A82521F025316e172a
Octal13220212237045611562752
Binary1011010100000101010010111110100101110001110111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,130,82); }

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

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

 a { background-color: rgb(90,130,82); }

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

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

 span { border-color: rgb(90,130,82); }

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