Shades of Gossamer #4AA289
Tints of Gossamer #4AA289
RGB
CMYK
RGB Variations
Color information
#4AA289 (or 0x4AA289) is known color: Gossamer. HEX triplet: 4A, A2 and 89. RGB value is (74,162,137). Sum of RGB (Red+Green+Blue) = 74+162+137=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA289 is #B55D76. Grayscale: #848484. Windows color (decimal): -11885943 or 9019978. OLE color: 9019978.
HSL color Cylindrical-coordinate representation of color #4AA289: hue angle of 162.95º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA289 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 162 | 137 | - |
| CMYK | 0.54 | 0 | 0.15 | 0.36 |
| HSL | 162.95º | 0.37% | 0.46% | - |
| HSV(B) | 162.95º | 0.54% | 0.64% | - |
| XYZ | 20.26 | 29.1 | 28.22 | - |
| YUV | 132.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 162 | 137 | 0.54 | 0 | 0.15 | 0.36 | 162.95 | 0.37 | 0.46 |
| Hex | 4A | A2 | 89 | 36 | 0 | F | 24 | A3 | 25 | 2E |
| Octal | 112 | 242 | 211 | 66 | 0 | 17 | 44 | 243 | 45 | 56 |
| Binary | 1001010 | 10100010 | 10001001 | 110110 | 0 | 1111 | 100100 | 10100011 | 100101 | 101110 |
Color Harmonies of #4AA289
Complementary color
Monochromatic Colors of #4AA289
Black with #4AA289
Text Example
Text Example
White with #4AA289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA289; }
p { color: rgb(74,162,137); }
H1.HeaderClassName
{
color: #4AA289;
}
.AnyTagClassName
{
color: #4AA289;
}
</style>
background-color css
<style>
a { background-color: #4AA289; }
a { background-color: rgb(74,162,137); }
div.DivClassName
{
background-color: #4AA289;
}
.BgClassName
{
background-color: #4AA289;
}
</style>
border-color css
<style>
span { border-color: #4AA289; }
span { border-color: rgb(74,162,137); }
td.TdClassName
{
border-color: #4AA289;
}
.TagClassName
{
border-color: #4AA289;
}
</style>