#5D7D4C

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

Shades of Glade Green #5D7D4C

Tints of Glade Green #5D7D4C

Color information

#5D7D4C (or 0x5D7D4C) is unknown color: approx Glade Green. HEX triplet: 5D, 7D and 4C. RGB value is (93,125,76). Sum of RGB (Red+Green+Blue) = 93+125+76=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 125 (49.22% from 255 or 42.52% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 125 - color contains mainly: green. Hex color #5D7D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7D4C is #A282B3. Grayscale: #6E6E6E. Windows color (decimal): -10650292 or 5012829. OLE color: 5012829.

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

Color convert

RGB9312576-
CMYK0.2600.390.51
HSL99.18º24.38%39.41%-
HSV(B)99.18º39.2%49.02%-
XYZ13.1517.529.53-
YUV109.85108.9115.98-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.63%
GREEN value IS 125 (49.22% from 255) = 42.52%
BLUE value IS 76 (30.08% from 255) = 25.85%
R=31.63%
G=42.52%
B=25.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93125760.2600.390.5199.1824.3839.41
Hex5D7D4C1A02733631827
Octal13517511432047631433047
Binary101110111111011001100110100100111110011110001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,125,76); }

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

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

 a { background-color: rgb(93,125,76); }

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

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

 span { border-color: rgb(93,125,76); }

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