#5D8C49

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

Shades of Glade Green #5D8C49

Tints of Glade Green #5D8C49

Color information

#5D8C49 (or 0x5D8C49) is unknown color: approx Glade Green. HEX triplet: 5D, 8C and 49. RGB value is (93,140,73). Sum of RGB (Red+Green+Blue) = 93+140+73=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #5D8C49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8C49 is #A273B6. Grayscale: #767676. Windows color (decimal): -10646455 or 4820061. OLE color: 4820061.

HSL color Cylindrical-coordinate representation of color #5D8C49: hue angle of 102.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D8C49 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB9314073-
CMYK0.3400.480.45
HSL102.09º31.46%41.76%-
HSV(B)102.09º47.86%54.9%-
XYZ15.0921.569.67-
YUV118.31102.43109.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.39%
GREEN value IS 140 (55.08% from 255) = 45.75%
BLUE value IS 73 (28.91% from 255) = 23.86%
R=30.39%
G=45.75%
B=23.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93140730.3400.480.45102.0931.4641.76
Hex5D8C49220302D661f2a
Octal13521411142060551463752
Binary10111011000110010010011000100110000101101110011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,140,73); }

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

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

 a { background-color: rgb(93,140,73); }

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

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

 span { border-color: rgb(93,140,73); }

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