#5E9948

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

Shades of Glade Green #5E9948

Tints of Glade Green #5E9948

Color information

#5E9948 (or 0x5E9948) is unknown color: approx Glade Green. HEX triplet: 5E, 99 and 48. RGB value is (94,153,72). Sum of RGB (Red+Green+Blue) = 94+153+72=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9948 is #A166B7. Grayscale: #7E7E7E. Windows color (decimal): -10577592 or 4757854. OLE color: 4757854.

HSL color Cylindrical-coordinate representation of color #5E9948: hue angle of 103.7º 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 #5E9948 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB9415372-
CMYK0.3900.530.4
HSL103.7º36%44.12%-
HSV(B)103.7º52.94%60%-
XYZ17.1825.6310.17-
YUV126.1297.45105.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.47%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=29.47%
G=47.96%
B=22.57%

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
Decimal94153720.3900.530.4103.73644.12
Hex5E9948270352868242c
Octal13623111047065501504454
Binary101111010011001100100010011101101011010001101000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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