#5E804C

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

Shades of Glade Green #5E804C

Tints of Glade Green #5E804C

Color information

#5E804C (or 0x5E804C) is unknown color: approx Glade Green. HEX triplet: 5E, 80 and 4C. RGB value is (94,128,76). Sum of RGB (Red+Green+Blue) = 94+128+76=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #5E804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E804C is #A17FB3. Grayscale: #707070. Windows color (decimal): -10583988 or 5013598. OLE color: 5013598.

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

Color convert

RGB9412876-
CMYK0.2700.410.50
HSL99.23º25.49%40%-
HSV(B)99.23º40.62%50.2%-
XYZ13.6418.349.66-
YUV111.91107.74115.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.54%
GREEN value IS 128 (50.39% from 255) = 42.95%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=31.54%
G=42.95%
B=25.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal94128760.2700.410.5099.2325.4940
Hex5E804C1B02932631928
Octal13620011433051621433150
Binary1011110100000001001100110110101001110010110001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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