#5A774B

Color #5A774B Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #5A774B

Tints of Glade Green #5A774B

Color information

#5A774B (or 0x5A774B) is unknown color: approx Glade Green. HEX triplet: 5A, 77 and 4B. RGB value is (90,119,75). Sum of RGB (Red+Green+Blue) = 90+119+75=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #5A774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A774B is #A588B4. Grayscale: #696969. Windows color (decimal): -10848437 or 4945754. OLE color: 4945754.

HSL color Cylindrical-coordinate representation of color #5A774B: hue angle of 99.55º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A774B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB9011975-
CMYK0.2400.370.53
HSL99.55º22.68%38.04%-
HSV(B)99.55º36.97%46.67%-
XYZ12.0815.889.08-
YUV105.31110.89117.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=31.69%
G=41.90%
B=26.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90119750.2400.370.5399.5522.6838.04
Hex5A774B1802535641726
Octal13216711330045651442746
Binary101101011101111001011110000100101110101110010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,119,75); }

 H1.HeaderClassName
 {
   color: #5A774B;
 }
 .AnyTagClassName
 {
   color: #5A774B;
 }
</style>
background-color css

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

 a { background-color: rgb(90,119,75); }

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

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

 span { border-color: rgb(90,119,75); }

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