#5A9540

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

Shades of Glade Green #5A9540

Tints of Glade Green #5A9540

Color information

#5A9540 (or 0x5A9540) is unknown color: approx Glade Green. HEX triplet: 5A, 95 and 40. RGB value is (90,149,64). Sum of RGB (Red+Green+Blue) = 90+149+64=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9540 is #A56ABF. Grayscale: #797979. Windows color (decimal): -10840768 or 4232538. OLE color: 4232538.

HSL color Cylindrical-coordinate representation of color #5A9540: hue angle of 101.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A9540 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB9014964-
CMYK0.4000.570.42
HSL101.65º39.91%41.76%-
HSV(B)101.65º57.05%58.43%-
XYZ15.8924.048.65-
YUV121.6795.45105.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=29.70%
G=49.17%
B=21.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90149640.4000.570.42101.6539.9141.76
Hex5A9540280392A66282a
Octal13222510050071521465052
Binary101101010010101100000010100001110011010101100110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,149,64); }

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

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

 a { background-color: rgb(90,149,64); }

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

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

 span { border-color: rgb(90,149,64); }

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