#5D864D

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

Shades of Glade Green #5D864D

Tints of Glade Green #5D864D

Color information

#5D864D (or 0x5D864D) is unknown color: approx Glade Green. HEX triplet: 5D, 86 and 4D. RGB value is (93,134,77). Sum of RGB (Red+Green+Blue) = 93+134+77=304 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.59% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #5D864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D864D is #A279B2. Grayscale: #737373. Windows color (decimal): -10647987 or 5080669. OLE color: 5080669.

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

Color convert

RGB9313477-
CMYK0.3100.430.47
HSL103.16º27.01%41.37%-
HSV(B)103.16º42.54%52.55%-
XYZ14.3819.9110.11-
YUV115.24106.42112.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.59%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=30.59%
G=44.08%
B=25.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93134770.3100.430.47103.1627.0141.37
Hex5D864D1F02B2F671b29
Octal13520611537053571473351
Binary1011101100001101001101111110101011101111110011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,134,77); }

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

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

 a { background-color: rgb(93,134,77); }

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

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

 span { border-color: rgb(93,134,77); }

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