Html Css Color HEX #5E914E Glade Green

📋 copy color: '#5E914E'

red 94 ◦ green 145 ◦ blue 78

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

Shades of Glade Green #5E914E

Tints of Glade Green #5E914E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.74%

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 29.65%
G = 45.74%
B = 24.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#5E914E (or 0x5E914E) is known color: Glade Green. HEX triplet: 5E, 91 and 4E. RGB value is (94,145,78). Sum of RGB (Red+Green+Blue) = 94+145+78=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #5E914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E914E is #A16EB1. Grayscale: #7A7A7A. Windows color (decimal): -10579634 or 5149022. OLE color: 5149022.

HSL color Cylindrical-coordinate representation of color #5E914E: hue angle of 105.67º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E914E is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 78 -
CMYK 0.35 0 0.46 0.43
HSL 105.67º 0.3% 0.44% -
HSV(B) 105.67º 0.46% 0.57% -
XYZ 16.12 23.18 10.83 -
YUV 122.11 103.1 107.95 -
System Red Green Blue C M Y K H S L
Decimal 94 145 78 0.35 0 0.46 0.43 105.67 0.3 0.44
Hex 5E 91 4E 23 0 2E 2B 6A 1E 2C
Octal 136 221 116 43 0 56 53 152 36 54
Binary 1011110 10010001 1001110 100011 0 101110 101011 1101010 11110 101100

Color Harmonies of #5E914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E914E

Black with #5E914E

Text Example


Text Example

White with #5E914E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,145,78); }

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

background-color css

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

 a { background-color: rgb(94,145,78); }

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

border-color css

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

 span { border-color: rgb(94,145,78); }

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