#5E804F

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

Shades of Glade Green #5E804F

Tints of Glade Green #5E804F

Color information

#5E804F (or 0x5E804F) is unknown color: approx Glade Green. HEX triplet: 5E, 80 and 4F. RGB value is (94,128,79). Sum of RGB (Red+Green+Blue) = 94+128+79=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #5E804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E804F is #A17FB0. Grayscale: #707070. Windows color (decimal): -10583985 or 5210206. OLE color: 5210206.

HSL color Cylindrical-coordinate representation of color #5E804F: hue angle of 101.63º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E804F is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB9412879-
CMYK0.2700.380.50
HSL101.63º23.67%40.59%-
HSV(B)101.63º38.28%50.2%-
XYZ13.7518.3810.22-
YUV112.25109.24114.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=31.23%
G=42.52%
B=26.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94128790.2700.380.50101.6323.6740.59
Hex5E804F1B02632661829
Octal13620011733046621463051
Binary1011110100000001001111110110100110110010110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,128,79); }

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

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

 a { background-color: rgb(94,128,79); }

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

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

 span { border-color: rgb(94,128,79); }

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