#5E8D48

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

Shades of Glade Green #5E8D48

Tints of Glade Green #5E8D48

Color information

#5E8D48 (or 0x5E8D48) is unknown color: approx Glade Green. HEX triplet: 5E, 8D and 48. RGB value is (94,141,72). Sum of RGB (Red+Green+Blue) = 94+141+72=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8D48 is #A172B7. Grayscale: #777777. Windows color (decimal): -10580664 or 4754782. OLE color: 4754782.

HSL color Cylindrical-coordinate representation of color #5E8D48: hue angle of 100.87º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E8D48 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB9414172-
CMYK0.3300.490.45
HSL100.87º32.39%41.76%-
HSV(B)100.87º48.94%55.29%-
XYZ15.3121.99.55-
YUV119.08101.43110.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.62%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=30.62%
G=45.93%
B=23.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94141720.3300.490.45100.8732.3941.76
Hex5E8D48210312D65202a
Octal13621511041061551454052
Binary101111010001101100100010000101100011011011100101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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