#5A8948

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

Shades of Glade Green #5A8948

Tints of Glade Green #5A8948

Color information

#5A8948 (or 0x5A8948) is unknown color: approx Glade Green. HEX triplet: 5A, 89 and 48. RGB value is (90,137,72). Sum of RGB (Red+Green+Blue) = 90+137+72=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #5A8948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8948 is #A576B7. Grayscale: #737373. Windows color (decimal): -10843832 or 4753754. OLE color: 4753754.

HSL color Cylindrical-coordinate representation of color #5A8948: hue angle of 103.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5A8948 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB9013772-
CMYK0.3400.470.46
HSL103.38º31.1%40.98%-
HSV(B)103.38º47.45%53.73%-
XYZ14.3320.539.34-
YUV115.54103.43109.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 137 (53.91% from 255) = 45.82%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=30.10%
G=45.82%
B=24.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90137720.3400.470.46103.3831.140.98
Hex5A89482202F2E671f29
Octal13221111042057561473751
Binary10110101000100110010001000100101111101110110011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,137,72); }

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

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

 a { background-color: rgb(90,137,72); }

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

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

 span { border-color: rgb(90,137,72); }

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