#5D8648

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

Shades of Glade Green #5D8648

Tints of Glade Green #5D8648

Color information

#5D8648 (or 0x5D8648) is unknown color: approx Glade Green. HEX triplet: 5D, 86 and 48. RGB value is (93,134,72). Sum of RGB (Red+Green+Blue) = 93+134+72=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8648 is #A279B7. Grayscale: #727272. Windows color (decimal): -10647992 or 4752989. OLE color: 4752989.

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

Color convert

RGB9313472-
CMYK0.3100.460.47
HSL99.68º30.1%40.39%-
HSV(B)99.68º46.27%52.55%-
XYZ14.2119.859.21-
YUV114.67103.92112.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.10%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 72 (28.52% from 255) = 24.08%
R=31.10%
G=44.82%
B=24.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93134720.3100.460.4799.6830.140.39
Hex5D86481F02E2F641e28
Octal13520611037056571443650
Binary1011101100001101001000111110101110101111110010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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