Html Css Color HEX #5E7C50 Glade Green

📋 copy color: '#5E7C50'

red 94 ◦ green 124 ◦ blue 80

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

Shades of Glade Green #5E7C50

Tints of Glade Green #5E7C50

RGB

 RED value IS 94 (37.11% from 255) = 31.54%

 GREEN value IS 124 (48.83% from 255) = 41.61%

 BLUE value IS 80 (31.64% from 255) = 26.85%

R = 31.54%
G = 41.61%
B = 26.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#5E7C50 (or 0x5E7C50) is known color: Glade Green. HEX triplet: 5E, 7C and 50. RGB value is (94,124,80). Sum of RGB (Red+Green+Blue) = 94+124+80=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #5E7C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7C50 is #A183AF. Grayscale: #6E6E6E. Windows color (decimal): -10585008 or 5274718. OLE color: 5274718.

HSL color Cylindrical-coordinate representation of color #5E7C50: hue angle of 100.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E7C50 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 124 80 -
CMYK 0.24 0 0.35 0.51
HSL 100.91º 0.22% 0.4% -
HSV(B) 100.91º 0.35% 0.49% -
XYZ 13.27 17.37 10.24 -
YUV 110.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 94 124 80 0.24 0 0.35 0.51 100.91 0.22 0.4
Hex 5E 7C 50 18 0 23 33 65 16 28
Octal 136 174 120 30 0 43 63 145 26 50
Binary 1011110 1111100 1010000 11000 0 100011 110011 1100101 10110 101000

Color Harmonies of #5E7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7C50

Black with #5E7C50

Text Example


Text Example

White with #5E7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E7C50;
 }
 .AnyTagClassName
 {
   color: #5E7C50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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