Html Css Color HEX #5A824E Glade Green

📋 copy color: '#5A824E'

red 90 ◦ green 130 ◦ blue 78

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

Shades of Glade Green #5A824E

Tints of Glade Green #5A824E

RGB

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

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

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

R = 30.2%
G = 43.62%
B = 26.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#5A824E (or 0x5A824E) is known color: Glade Green. HEX triplet: 5A, 82 and 4E. RGB value is (90,130,78). Sum of RGB (Red+Green+Blue) = 90+130+78=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #5A824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A824E is #A57DB1. Grayscale: #707070. Windows color (decimal): -10845618 or 5145178. OLE color: 5145178.

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

Color convert

RGB 90 130 78 -
CMYK 0.31 0 0.40 0.49
HSL 106.15º 0.25% 0.41% -
HSV(B) 106.15º 0.4% 0.51% -
XYZ 13.57 18.69 10.1 -
YUV 112.11 108.75 112.23 -
System Red Green Blue C M Y K H S L
Decimal 90 130 78 0.31 0 0.40 0.49 106.15 0.25 0.41
Hex 5A 82 4E 1F 0 28 31 6A 19 29
Octal 132 202 116 37 0 50 61 152 31 51
Binary 1011010 10000010 1001110 11111 0 101000 110001 1101010 11001 101001

Color Harmonies of #5A824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A824E

Black with #5A824E

Text Example


Text Example

White with #5A824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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