Html Css Color HEX #5A824F Glade Green

📋 copy color: '#5A824F'

red 90 ◦ green 130 ◦ blue 79

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

Shades of Glade Green #5A824F

Tints of Glade Green #5A824F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

 BLUE value IS 79 (31.25% from 255) = 26.42%

R = 30.1%
G = 43.48%
B = 26.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#5A824F (or 0x5A824F) is known color: Glade Green. HEX triplet: 5A, 82 and 4F. RGB value is (90,130,79). Sum of RGB (Red+Green+Blue) = 90+130+79=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #5A824F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A824F is #A57DB0. Grayscale: #707070. Windows color (decimal): -10845617 or 5210714. OLE color: 5210714.

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

Color convert

RGB 90 130 79 -
CMYK 0.31 0 0.39 0.49
HSL 107.06º 0.24% 0.41% -
HSV(B) 107.06º 0.39% 0.51% -
XYZ 13.61 18.7 10.29 -
YUV 112.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 90 130 79 0.31 0 0.39 0.49 107.06 0.24 0.41
Hex 5A 82 4F 1F 0 27 31 6B 18 29
Octal 132 202 117 37 0 47 61 153 30 51
Binary 1011010 10000010 1001111 11111 0 100111 110001 1101011 11000 101001

Color Harmonies of #5A824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A824F

Black with #5A824F

Text Example


Text Example

White with #5A824F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,130,79); }

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

background-color css

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

 a { background-color: rgb(90,130,79); }

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

border-color css

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

 span { border-color: rgb(90,130,79); }

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