Html Css Color HEX #5E7A50 Glade Green

📋 copy color: '#5E7A50'

red 94 ◦ green 122 ◦ blue 80

#5E7A50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glade Green #5E7A50

Tints of Glade Green #5E7A50

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 value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#5E7A50 (or 0x5E7A50) is known color: 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

RGB 94 122 80 -
CMYK 0.23 0 0.34 0.52
HSL 100º 0.21% 0.4% -
HSV(B) 100º 0.34% 0.48% -
XYZ 13.02 16.88 10.16 -
YUV 108.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 94 122 80 0.23 0 0.34 0.52 100 0.21 0.4
Hex 5E 7A 50 17 0 22 34 64 15 28
Octal 136 172 120 27 0 42 64 144 25 50
Binary 1011110 1111010 1010000 10111 0 100010 110100 1100100 10101 101000

Color Harmonies of #5E7A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7A50

Black with #5E7A50

Text Example


Text Example

White with #5E7A50

Text Example


Text Example

HTML Codes & Css Web 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>