#5A914A

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

Shades of Glade Green #5A914A

Tints of Glade Green #5A914A

Color information

#5A914A (or 0x5A914A) is unknown color: approx Glade Green. HEX triplet: 5A, 91 and 4A. RGB value is (90,145,74). Sum of RGB (Red+Green+Blue) = 90+145+74=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #5A914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A914A is #A56EB5. Grayscale: #787878. Windows color (decimal): -10841782 or 4886874. OLE color: 4886874.

HSL color Cylindrical-coordinate representation of color #5A914A: hue angle of 106.48º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A914A is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB9014574-
CMYK0.3800.490.43
HSL106.48º32.42%42.94%-
HSV(B)106.48º48.97%56.86%-
XYZ15.5822.9210.08-
YUV120.46101.78106.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.13%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=29.13%
G=46.93%
B=23.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal90145740.3800.490.43106.4832.4242.94
Hex5A914A260312B6a202b
Octal13222111246061531524053
Binary101101010010001100101010011001100011010111101010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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