#5D7C4D

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

Shades of Glade Green #5D7C4D

Tints of Glade Green #5D7C4D

Color information

#5D7C4D (or 0x5D7C4D) is unknown color: approx Glade Green. HEX triplet: 5D, 7C and 4D. RGB value is (93,124,77). Sum of RGB (Red+Green+Blue) = 93+124+77=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7C4D is #A283B2. Grayscale: #6D6D6D. Windows color (decimal): -10650547 or 5078109. OLE color: 5078109.

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

Color convert

RGB9312477-
CMYK0.2500.380.51
HSL99.57º23.38%39.41%-
HSV(B)99.57º37.9%48.63%-
XYZ13.0617.289.67-
YUV109.37109.73116.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.63%
GREEN value IS 124 (48.83% from 255) = 42.18%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=31.63%
G=42.18%
B=26.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93124770.2500.380.5199.5723.3839.41
Hex5D7C4D1902633641727
Octal13517411531046631442747
Binary101110111111001001101110010100110110011110010010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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