#5A8450

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

Shades of Glade Green #5A8450

Tints of Glade Green #5A8450

Color information

#5A8450 (or 0x5A8450) is unknown color: approx Glade Green. HEX triplet: 5A, 84 and 50. RGB value is (90,132,80). Sum of RGB (Red+Green+Blue) = 90+132+80=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8450 is #A57BAF. Grayscale: #717171. Windows color (decimal): -10845104 or 5276762. OLE color: 5276762.

HSL color Cylindrical-coordinate representation of color #5A8450: hue angle of 108.46º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A8450 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB9013280-
CMYK0.3200.390.48
HSL108.46º24.53%41.57%-
HSV(B)108.46º39.39%51.76%-
XYZ13.9219.2610.57-
YUV113.51109.09111.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=29.80%
G=43.71%
B=26.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90132800.3200.390.48108.4624.5341.57
Hex5A845020027306c192a
Octal13220412040047601543152
Binary10110101000010010100001000000100111110000110110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,132,80); }

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

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

 a { background-color: rgb(90,132,80); }

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

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

 span { border-color: rgb(90,132,80); }

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