#5A884C

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

Shades of Glade Green #5A884C

Tints of Glade Green #5A884C

Color information

#5A884C (or 0x5A884C) is unknown color: approx Glade Green. HEX triplet: 5A, 88 and 4C. RGB value is (90,136,76). Sum of RGB (Red+Green+Blue) = 90+136+76=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #5A884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A884C is #A577B3. Grayscale: #737373. Windows color (decimal): -10844084 or 5015642. OLE color: 5015642.

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

Color convert

RGB9013676-
CMYK0.3400.440.47
HSL106º28.3%41.57%-
HSV(B)106º44.12%53.33%-
XYZ14.3320.310-
YUV115.41105.76109.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.80%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 76 (30.08% from 255) = 25.17%
R=29.80%
G=45.03%
B=25.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90136760.3400.440.4710628.341.57
Hex5A884C2202C2F6a1c2a
Octal13221011442054571523452
Binary10110101000100010011001000100101100101111110101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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