Html Css Color HEX #5A7E50 Glade Green

📋 copy color: '#5A7E50'

red 90 ◦ green 126 ◦ blue 80

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

Shades of Glade Green #5A7E50

Tints of Glade Green #5A7E50

RGB

 RED value IS 90 (35.55% from 255) = 30.41%

 GREEN value IS 126 (49.61% from 255) = 42.57%

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

R = 30.41%
G = 42.57%
B = 27.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#5A7E50 (or 0x5A7E50) is known color: Glade Green. HEX triplet: 5A, 7E and 50. RGB value is (90,126,80). Sum of RGB (Red+Green+Blue) = 90+126+80=296 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.41% from 296); Green value is 126 (49.61% from 255 or 42.57% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7E50 is #A581AF. Grayscale: #6E6E6E. Windows color (decimal): -10846640 or 5275226. OLE color: 5275226.

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

Color convert

RGB 90 126 80 -
CMYK 0.29 0 0.37 0.51
HSL 106.96º 0.22% 0.4% -
HSV(B) 106.96º 0.37% 0.49% -
XYZ 13.13 17.67 10.31 -
YUV 109.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 90 126 80 0.29 0 0.37 0.51 106.96 0.22 0.4
Hex 5A 7E 50 1D 0 25 33 6B 16 28
Octal 132 176 120 35 0 45 63 153 26 50
Binary 1011010 1111110 1010000 11101 0 100101 110011 1101011 10110 101000

Color Harmonies of #5A7E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7E50

Black with #5A7E50

Text Example


Text Example

White with #5A7E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,126,80); }

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

background-color css

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

 a { background-color: rgb(90,126,80); }

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

border-color css

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

 span { border-color: rgb(90,126,80); }

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