#5D864E

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

Shades of Glade Green #5D864E

Tints of Glade Green #5D864E

Color information

#5D864E (or 0x5D864E) is unknown color: approx Glade Green. HEX triplet: 5D, 86 and 4E. RGB value is (93,134,78). Sum of RGB (Red+Green+Blue) = 93+134+78=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #5D864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D864E is #A279B1. Grayscale: #737373. Windows color (decimal): -10647986 or 5146205. OLE color: 5146205.

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

Color convert

RGB9313478-
CMYK0.3100.420.47
HSL103.93º26.42%41.57%-
HSV(B)103.93º41.79%52.55%-
XYZ14.4119.9310.29-
YUV115.36106.92112.05-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=30.49%
G=43.93%
B=25.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93134780.3100.420.47103.9326.4241.57
Hex5D864E1F02A2F681a2a
Octal13520611637052571503252
Binary1011101100001101001110111110101010101111110100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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