Shades of Gossamer #4AA395
Tints of Gossamer #4AA395
RGB
CMYK
RGB Variations
Color information
#4AA395 (or 0x4AA395) is known color: Gossamer. HEX triplet: 4A, A3 and 95. RGB value is (74,163,149). Sum of RGB (Red+Green+Blue) = 74+163+149=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA395 is #B55C6A. Grayscale: #868686. Windows color (decimal): -11885675 or 9806666. OLE color: 9806666.
HSL color Cylindrical-coordinate representation of color #4AA395: hue angle of 170.56º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA395 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 163 | 149 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.36 |
| HSL | 170.56º | 0.38% | 0.46% | - |
| HSV(B) | 170.56º | 0.55% | 0.64% | - |
| XYZ | 21.35 | 29.82 | 33.06 | - |
| YUV | 134.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 163 | 149 | 0.55 | 0 | 0.09 | 0.36 | 170.56 | 0.38 | 0.46 |
| Hex | 4A | A3 | 95 | 37 | 0 | 9 | 24 | AB | 26 | 2E |
| Octal | 112 | 243 | 225 | 67 | 0 | 11 | 44 | 253 | 46 | 56 |
| Binary | 1001010 | 10100011 | 10010101 | 110111 | 0 | 1001 | 100100 | 10101011 | 100110 | 101110 |
Color Harmonies of #4AA395
Complementary color
Monochromatic Colors of #4AA395
Black with #4AA395
Text Example
Text Example
White with #4AA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA395; }
p { color: rgb(74,163,149); }
H1.HeaderClassName
{
color: #4AA395;
}
.AnyTagClassName
{
color: #4AA395;
}
</style>
background-color css
<style>
a { background-color: #4AA395; }
a { background-color: rgb(74,163,149); }
div.DivClassName
{
background-color: #4AA395;
}
.BgClassName
{
background-color: #4AA395;
}
</style>
border-color css
<style>
span { border-color: #4AA395; }
span { border-color: rgb(74,163,149); }
td.TdClassName
{
border-color: #4AA395;
}
.TagClassName
{
border-color: #4AA395;
}
</style>