Html Css Color HEX #5E8950 Glade Green

📋 copy color: '#5E8950'

red 94 ◦ green 137 ◦ blue 80

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

Shades of Glade Green #5E8950

Tints of Glade Green #5E8950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.05%

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

R = 30.23%
G = 44.05%
B = 25.72%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#5E8950 (or 0x5E8950) is known color: Glade Green. HEX triplet: 5E, 89 and 50. RGB value is (94,137,80). Sum of RGB (Red+Green+Blue) = 94+137+80=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8950 is #A176AF. Grayscale: #757575. Windows color (decimal): -10581680 or 5278046. OLE color: 5278046.

HSL color Cylindrical-coordinate representation of color #5E8950: hue angle of 105.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5E8950 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 137 80 -
CMYK 0.31 0 0.42 0.46
HSL 105.26º 0.26% 0.43% -
HSV(B) 105.26º 0.42% 0.54% -
XYZ 15.01 20.85 10.82 -
YUV 117.65 106.75 111.13 -
System Red Green Blue C M Y K H S L
Decimal 94 137 80 0.31 0 0.42 0.46 105.26 0.26 0.43
Hex 5E 89 50 1F 0 2A 2E 69 1A 2B
Octal 136 211 120 37 0 52 56 151 32 53
Binary 1011110 10001001 1010000 11111 0 101010 101110 1101001 11010 101011

Color Harmonies of #5E8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8950

Black with #5E8950

Text Example


Text Example

White with #5E8950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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