Shades of Gossamer #3AA176
Tints of Gossamer #3AA176
RGB
CMYK
RGB Variations
Color information
#3AA176 (or 0x3AA176) is known color: Gossamer. HEX triplet: 3A, A1 and 76. RGB value is (58,161,118). Sum of RGB (Red+Green+Blue) = 58+161+118=337 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.21% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA176 is #C55E89. Grayscale: #7D7D7D. Windows color (decimal): -12934794 or 7774522. OLE color: 7774522.
HSL color Cylindrical-coordinate representation of color #3AA176: hue angle of 154.95º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA176 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 161 | 118 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.37 |
| HSL | 154.95º | 0.47% | 0.43% | - |
| HSV(B) | 154.95º | 0.64% | 0.63% | - |
| XYZ | 17.76 | 27.7 | 21.55 | - |
| YUV | 125.3 | 123.88 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 161 | 118 | 0.64 | 0 | 0.27 | 0.37 | 154.95 | 0.47 | 0.43 |
| Hex | 3A | A1 | 76 | 40 | 0 | 1B | 25 | 9B | 2F | 2B |
| Octal | 72 | 241 | 166 | 100 | 0 | 33 | 45 | 233 | 57 | 53 |
| Binary | 111010 | 10100001 | 1110110 | 1000000 | 0 | 11011 | 100101 | 10011011 | 101111 | 101011 |
Color Harmonies of #3AA176
Complementary color
Monochromatic Colors of #3AA176
Black with #3AA176
Text Example
Text Example
White with #3AA176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA176; }
p { color: rgb(58,161,118); }
H1.HeaderClassName
{
color: #3AA176;
}
.AnyTagClassName
{
color: #3AA176;
}
</style>
background-color css
<style>
a { background-color: #3AA176; }
a { background-color: rgb(58,161,118); }
div.DivClassName
{
background-color: #3AA176;
}
.BgClassName
{
background-color: #3AA176;
}
</style>
border-color css
<style>
span { border-color: #3AA176; }
span { border-color: rgb(58,161,118); }
td.TdClassName
{
border-color: #3AA176;
}
.TagClassName
{
border-color: #3AA176;
}
</style>