Html Css Color HEX #5E914B Glade Green

📋 copy color: '#5E914B'

red 94 ◦ green 145 ◦ blue 75

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

Shades of Glade Green #5E914B

Tints of Glade Green #5E914B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 29.94%
G = 46.18%
B = 23.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#5E914B (or 0x5E914B) is known color: Glade Green. HEX triplet: 5E, 91 and 4B. RGB value is (94,145,75). Sum of RGB (Red+Green+Blue) = 94+145+75=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #5E914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E914B is #A16EB4. Grayscale: #7A7A7A. Windows color (decimal): -10579637 or 4952414. OLE color: 4952414.

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

Color convert

RGB 94 145 75 -
CMYK 0.35 0 0.48 0.43
HSL 103.71º 0.32% 0.43% -
HSV(B) 103.71º 0.48% 0.57% -
XYZ 16.01 23.14 10.28 -
YUV 121.77 101.6 108.19 -
System Red Green Blue C M Y K H S L
Decimal 94 145 75 0.35 0 0.48 0.43 103.71 0.32 0.43
Hex 5E 91 4B 23 0 30 2B 68 20 2B
Octal 136 221 113 43 0 60 53 150 40 53
Binary 1011110 10010001 1001011 100011 0 110000 101011 1101000 100000 101011

Color Harmonies of #5E914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E914B

Black with #5E914B

Text Example


Text Example

White with #5E914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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