#5E8A50

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

Shades of Glade Green #5E8A50

Tints of Glade Green #5E8A50

Color information

#5E8A50 (or 0x5E8A50) is unknown color: approx Glade Green. HEX triplet: 5E, 8A and 50. RGB value is (94,138,80). Sum of RGB (Red+Green+Blue) = 94+138+80=312 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.13% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8A50 is #A175AF. Grayscale: #767676. Windows color (decimal): -10581424 or 5278302. OLE color: 5278302.

HSL color Cylindrical-coordinate representation of color #5E8A50: hue angle of 105.52º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E8A50 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB9413880-
CMYK0.3200.420.46
HSL105.52º26.61%42.75%-
HSV(B)105.52º42.03%54.12%-
XYZ15.1521.1410.87-
YUV118.23106.42110.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.13%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=30.13%
G=44.23%
B=25.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94138800.3200.420.46105.5226.6142.75
Hex5E8A502002A2E6a1b2b
Octal13621212040052561523353
Binary10111101000101010100001000000101010101110110101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,138,80); }

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

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

 a { background-color: rgb(94,138,80); }

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

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

 span { border-color: rgb(94,138,80); }

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