#5D8945

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

Shades of Glade Green #5D8945

Tints of Glade Green #5D8945

Color information

#5D8945 (or 0x5D8945) is unknown color: approx Glade Green. HEX triplet: 5D, 89 and 45. RGB value is (93,137,69). Sum of RGB (Red+Green+Blue) = 93+137+69=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8945 is #A276BA. Grayscale: #747474. Windows color (decimal): -10647227 or 4557149. OLE color: 4557149.

HSL color Cylindrical-coordinate representation of color #5D8945: hue angle of 98.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D8945 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB9313769-
CMYK0.3200.500.46
HSL98.82º33.01%40.39%-
HSV(B)98.82º49.64%53.73%-
XYZ14.5320.658.85-
YUV116.09101.42111.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.10%
GREEN value IS 137 (53.91% from 255) = 45.82%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=31.10%
G=45.82%
B=23.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal93137690.3200.500.4698.8233.0140.39
Hex5D8945200322E632128
Octal13521110540062561434150
Binary101110110001001100010110000001100101011101100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,137,69); }

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

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

 a { background-color: rgb(93,137,69); }

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

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

 span { border-color: rgb(93,137,69); }

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