#5A814E

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

Shades of Glade Green #5A814E

Tints of Glade Green #5A814E

Color information

#5A814E (or 0x5A814E) is unknown color: approx Glade Green. HEX triplet: 5A, 81 and 4E. RGB value is (90,129,78). Sum of RGB (Red+Green+Blue) = 90+129+78=297 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.30% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #5A814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A814E is #A57EB1. Grayscale: #6F6F6F. Windows color (decimal): -10845874 or 5144922. OLE color: 5144922.

HSL color Cylindrical-coordinate representation of color #5A814E: hue angle of 105.88º 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 #5A814E is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB9012978-
CMYK0.3000.400.49
HSL105.88º24.64%40.59%-
HSV(B)105.88º39.53%50.59%-
XYZ13.4418.4210.06-
YUV111.52109.08112.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.30%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 78 (30.86% from 255) = 26.26%
R=30.30%
G=43.43%
B=26.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90129780.3000.400.49105.8824.6440.59
Hex5A814E1E028316a1929
Octal13220111636050611523151
Binary1011010100000011001110111100101000110001110101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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