#5D9948

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

Shades of Glade Green #5D9948

Tints of Glade Green #5D9948

Color information

#5D9948 (or 0x5D9948) is unknown color: approx Glade Green. HEX triplet: 5D, 99 and 48. RGB value is (93,153,72). Sum of RGB (Red+Green+Blue) = 93+153+72=318 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.25% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D9948 is #A266B7. Grayscale: #7E7E7E. Windows color (decimal): -10643128 or 4757853. OLE color: 4757853.

HSL color Cylindrical-coordinate representation of color #5D9948: hue angle of 104.44º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D9948 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB9315372-
CMYK0.3900.530.4
HSL104.44º36%44.12%-
HSV(B)104.44º52.94%60%-
XYZ17.0825.5810.17-
YUV125.8397.62104.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.25%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 72 (28.52% from 255) = 22.64%
R=29.25%
G=48.11%
B=22.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal93153720.3900.530.4104.443644.12
Hex5D9948270352868242c
Octal13523111047065501504454
Binary101110110011001100100010011101101011010001101000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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