#5A8848

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

Shades of Glade Green #5A8848

Tints of Glade Green #5A8848

Color information

#5A8848 (or 0x5A8848) is unknown color: approx Glade Green. HEX triplet: 5A, 88 and 48. RGB value is (90,136,72). Sum of RGB (Red+Green+Blue) = 90+136+72=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8848 is #A577B7. Grayscale: #737373. Windows color (decimal): -10844088 or 4753498. OLE color: 4753498.

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

Color convert

RGB9013672-
CMYK0.3400.470.47
HSL103.12º30.77%40.78%-
HSV(B)103.12º47.06%53.33%-
XYZ14.1920.259.29-
YUV114.95103.76110.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=30.20%
G=45.64%
B=24.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90136720.3400.470.47103.1230.7740.78
Hex5A88482202F2F671f29
Octal13221011042057571473751
Binary10110101000100010010001000100101111101111110011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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