Shades of Gossamer #3AA181
Tints of Gossamer #3AA181
RGB
CMYK
RGB Variations
Color information
#3AA181 (or 0x3AA181) is known color: Gossamer. HEX triplet: 3A, A1 and 81. RGB value is (58,161,129). Sum of RGB (Red+Green+Blue) = 58+161+129=348 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.67% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA181 is #C55E7E. Grayscale: #7E7E7E. Windows color (decimal): -12934783 or 8495418. OLE color: 8495418.
HSL color Cylindrical-coordinate representation of color #3AA181: hue angle of 161.36º 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 #3AA181 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 161 | 129 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.37 |
| HSL | 161.36º | 0.47% | 0.43% | - |
| HSV(B) | 161.36º | 0.64% | 0.63% | - |
| XYZ | 18.45 | 27.97 | 25.2 | - |
| YUV | 126.56 | 129.38 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 161 | 129 | 0.64 | 0 | 0.20 | 0.37 | 161.36 | 0.47 | 0.43 |
| Hex | 3A | A1 | 81 | 40 | 0 | 14 | 25 | A1 | 2F | 2B |
| Octal | 72 | 241 | 201 | 100 | 0 | 24 | 45 | 241 | 57 | 53 |
| Binary | 111010 | 10100001 | 10000001 | 1000000 | 0 | 10100 | 100101 | 10100001 | 101111 | 101011 |
Color Harmonies of #3AA181
Complementary color
Monochromatic Colors of #3AA181
Black with #3AA181
Text Example
Text Example
White with #3AA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA181; }
p { color: rgb(58,161,129); }
H1.HeaderClassName
{
color: #3AA181;
}
.AnyTagClassName
{
color: #3AA181;
}
</style>
background-color css
<style>
a { background-color: #3AA181; }
a { background-color: rgb(58,161,129); }
div.DivClassName
{
background-color: #3AA181;
}
.BgClassName
{
background-color: #3AA181;
}
</style>
border-color css
<style>
span { border-color: #3AA181; }
span { border-color: rgb(58,161,129); }
td.TdClassName
{
border-color: #3AA181;
}
.TagClassName
{
border-color: #3AA181;
}
</style>