#5D894A

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

Shades of Glade Green #5D894A

Tints of Glade Green #5D894A

Color information

#5D894A (or 0x5D894A) is unknown color: approx Glade Green. HEX triplet: 5D, 89 and 4A. RGB value is (93,137,74). Sum of RGB (Red+Green+Blue) = 93+137+74=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #5D894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D894A is #A276B5. Grayscale: #747474. Windows color (decimal): -10647222 or 4884829. OLE color: 4884829.

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

Color convert

RGB9313774-
CMYK0.3200.460.46
HSL101.9º29.86%41.37%-
HSV(B)101.9º45.99%53.73%-
XYZ14.720.719.7-
YUV116.66103.92111.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=30.59%
G=45.07%
B=24.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93137740.3200.460.46101.929.8641.37
Hex5D894A2002E2E661e29
Octal13521111240056561463651
Binary10111011000100110010101000000101110101110110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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