#5D884A

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

Shades of Glade Green #5D884A

Tints of Glade Green #5D884A

Color information

#5D884A (or 0x5D884A) is unknown color: approx Glade Green. HEX triplet: 5D, 88 and 4A. RGB value is (93,136,74). Sum of RGB (Red+Green+Blue) = 93+136+74=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #5D884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D884A is #A277B5. Grayscale: #747474. Windows color (decimal): -10647478 or 4884573. OLE color: 4884573.

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

Color convert

RGB9313674-
CMYK0.3200.460.47
HSL101.61º29.52%41.18%-
HSV(B)101.61º45.59%53.33%-
XYZ14.5520.439.65-
YUV116.07104.25111.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.69%
GREEN value IS 136 (53.52% from 255) = 44.88%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=30.69%
G=44.88%
B=24.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93136740.3200.460.47101.6129.5241.18
Hex5D884A2002E2F661e29
Octal13521011240056571463651
Binary10111011000100010010101000000101110101111110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,136,74); }

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

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

 a { background-color: rgb(93,136,74); }

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

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

 span { border-color: rgb(93,136,74); }

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