Shades of Gossamer #41A27F
Tints of Gossamer #41A27F
RGB
CMYK
RGB Variations
Color information
#41A27F (or 0x41A27F) is known color: Gossamer. HEX triplet: 41, A2 and 7F. RGB value is (65,162,127). Sum of RGB (Red+Green+Blue) = 65+162+127=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #41A27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A27F is #BE5D80. Grayscale: #818181. Windows color (decimal): -12475777 or 8364609. OLE color: 8364609.
HSL color Cylindrical-coordinate representation of color #41A27F: hue angle of 158.35º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A27F is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 162 | 127 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.36 |
| HSL | 158.35º | 0.43% | 0.45% | - |
| HSV(B) | 158.35º | 0.6% | 0.64% | - |
| XYZ | 18.93 | 28.5 | 24.58 | - |
| YUV | 129.01 | 126.86 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 162 | 127 | 0.60 | 0 | 0.22 | 0.36 | 158.35 | 0.43 | 0.45 |
| Hex | 41 | A2 | 7F | 3C | 0 | 16 | 24 | 9E | 2B | 2D |
| Octal | 101 | 242 | 177 | 74 | 0 | 26 | 44 | 236 | 53 | 55 |
| Binary | 1000001 | 10100010 | 1111111 | 111100 | 0 | 10110 | 100100 | 10011110 | 101011 | 101101 |
Color Harmonies of #41A27F
Complementary color
Monochromatic Colors of #41A27F
Black with #41A27F
Text Example
Text Example
White with #41A27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A27F; }
p { color: rgb(65,162,127); }
H1.HeaderClassName
{
color: #41A27F;
}
.AnyTagClassName
{
color: #41A27F;
}
</style>
background-color css
<style>
a { background-color: #41A27F; }
a { background-color: rgb(65,162,127); }
div.DivClassName
{
background-color: #41A27F;
}
.BgClassName
{
background-color: #41A27F;
}
</style>
border-color css
<style>
span { border-color: #41A27F; }
span { border-color: rgb(65,162,127); }
td.TdClassName
{
border-color: #41A27F;
}
.TagClassName
{
border-color: #41A27F;
}
</style>