#5D7C50

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

Shades of Glade Green #5D7C50

Tints of Glade Green #5D7C50

Color information

#5D7C50 (or 0x5D7C50) is unknown color: approx Glade Green. HEX triplet: 5D, 7C and 50. RGB value is (93,124,80). Sum of RGB (Red+Green+Blue) = 93+124+80=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7C50 is #A283AF. Grayscale: #6D6D6D. Windows color (decimal): -10650544 or 5274717. OLE color: 5274717.

HSL color Cylindrical-coordinate representation of color #5D7C50: hue angle of 102.27º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D7C50 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB9312480-
CMYK0.2500.350.51
HSL102.27º21.57%40%-
HSV(B)102.27º35.48%48.63%-
XYZ13.1717.3210.24-
YUV109.72111.23116.08-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.31%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 80 (31.64% from 255) = 26.94%
R=31.31%
G=41.75%
B=26.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93124800.2500.350.51102.2721.5740
Hex5D7C501902333661628
Octal13517412031043631462650
Binary101110111111001010000110010100011110011110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,124,80); }

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

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

 a { background-color: rgb(93,124,80); }

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

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

 span { border-color: rgb(93,124,80); }

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