#5D914D

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

Shades of Glade Green #5D914D

Tints of Glade Green #5D914D

Color information

#5D914D (or 0x5D914D) is unknown color: approx Glade Green. HEX triplet: 5D, 91 and 4D. RGB value is (93,145,77). Sum of RGB (Red+Green+Blue) = 93+145+77=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #5D914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D914D is #A26EB2. Grayscale: #797979. Windows color (decimal): -10645171 or 5083485. OLE color: 5083485.

HSL color Cylindrical-coordinate representation of color #5D914D: hue angle of 105.88º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D914D is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB9314577-
CMYK0.3600.470.43
HSL105.88º30.63%43.53%-
HSV(B)105.88º46.9%56.86%-
XYZ15.9823.1110.64-
YUV121.7102.77107.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.52%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=29.52%
G=46.03%
B=24.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal93145770.3600.470.43105.8830.6343.53
Hex5D914D2402F2B6a1f2c
Octal13522111544057531523754
Binary10111011001000110011011001000101111101011110101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D914D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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