Shades of Gossamer #41AC81
Tints of Gossamer #41AC81
RGB
CMYK
RGB Variations
Color information
#41AC81 (or 0x41AC81) is known color: Gossamer. HEX triplet: 41, AC and 81. RGB value is (65,172,129). Sum of RGB (Red+Green+Blue) = 65+172+129=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AC81 is #BE537E. Grayscale: #878787. Windows color (decimal): -12473215 or 8498241. OLE color: 8498241.
HSL color Cylindrical-coordinate representation of color #41AC81: hue angle of 155.89º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AC81 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 172 | 129 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.33 |
| HSL | 155.89º | 0.45% | 0.46% | - |
| HSV(B) | 155.89º | 0.62% | 0.67% | - |
| XYZ | 20.89 | 32.21 | 25.89 | - |
| YUV | 135.11 | 124.55 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 129 | 0.62 | 0 | 0.25 | 0.33 | 155.89 | 0.45 | 0.46 |
| Hex | 41 | AC | 81 | 3E | 0 | 19 | 21 | 9C | 2D | 2E |
| Octal | 101 | 254 | 201 | 76 | 0 | 31 | 41 | 234 | 55 | 56 |
| Binary | 1000001 | 10101100 | 10000001 | 111110 | 0 | 11001 | 100001 | 10011100 | 101101 | 101110 |
Color Harmonies of #41AC81
Complementary color
Monochromatic Colors of #41AC81
Black with #41AC81
Text Example
Text Example
White with #41AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AC81; }
p { color: rgb(65,172,129); }
H1.HeaderClassName
{
color: #41AC81;
}
.AnyTagClassName
{
color: #41AC81;
}
</style>
background-color css
<style>
a { background-color: #41AC81; }
a { background-color: rgb(65,172,129); }
div.DivClassName
{
background-color: #41AC81;
}
.BgClassName
{
background-color: #41AC81;
}
</style>
border-color css
<style>
span { border-color: #41AC81; }
span { border-color: rgb(65,172,129); }
td.TdClassName
{
border-color: #41AC81;
}
.TagClassName
{
border-color: #41AC81;
}
</style>