#5E7A50

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

Shades of Glade Green #5E7A50

Tints of Glade Green #5E7A50

Color information

#5E7A50 (or 0x5E7A50) is unknown color: approx Glade Green. HEX triplet: 5E, 7A and 50. RGB value is (94,122,80). Sum of RGB (Red+Green+Blue) = 94+122+80=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #5E7A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7A50 is #A185AF. Grayscale: #6C6C6C. Windows color (decimal): -10585520 or 5274206. OLE color: 5274206.

HSL color Cylindrical-coordinate representation of color #5E7A50: hue angle of 100º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E7A50 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB9412280-
CMYK0.2300.340.52
HSL100º20.79%39.61%-
HSV(B)100º34.43%47.84%-
XYZ13.0216.8810.16-
YUV108.84111.72117.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.76%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 80 (31.64% from 255) = 27.03%
R=31.76%
G=41.22%
B=27.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94122800.2300.340.5210020.7939.61
Hex5E7A501702234641528
Octal13617212027042641442550
Binary101111011110101010000101110100010110100110010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E7A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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