Shades of Gossamer #41A77E
Tints of Gossamer #41A77E
RGB
CMYK
RGB Variations
Color information
#41A77E (or 0x41A77E) is known color: Gossamer. HEX triplet: 41, A7 and 7E. RGB value is (65,167,126). Sum of RGB (Red+Green+Blue) = 65+167+126=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #41A77E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A77E is #BE5881. Grayscale: #838383. Windows color (decimal): -12474498 or 8300353. OLE color: 8300353.
HSL color Cylindrical-coordinate representation of color #41A77E: hue angle of 155.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A77E is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 167 | 126 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.35 |
| HSL | 155.88º | 0.44% | 0.45% | - |
| HSV(B) | 155.88º | 0.61% | 0.65% | - |
| XYZ | 19.76 | 30.27 | 24.54 | - |
| YUV | 131.83 | 124.71 | 80.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 167 | 126 | 0.61 | 0 | 0.25 | 0.35 | 155.88 | 0.44 | 0.45 |
| Hex | 41 | A7 | 7E | 3D | 0 | 19 | 23 | 9C | 2C | 2D |
| Octal | 101 | 247 | 176 | 75 | 0 | 31 | 43 | 234 | 54 | 55 |
| Binary | 1000001 | 10100111 | 1111110 | 111101 | 0 | 11001 | 100011 | 10011100 | 101100 | 101101 |
Color Harmonies of #41A77E
Complementary color
Monochromatic Colors of #41A77E
Black with #41A77E
Text Example
Text Example
White with #41A77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A77E; }
p { color: rgb(65,167,126); }
H1.HeaderClassName
{
color: #41A77E;
}
.AnyTagClassName
{
color: #41A77E;
}
</style>
background-color css
<style>
a { background-color: #41A77E; }
a { background-color: rgb(65,167,126); }
div.DivClassName
{
background-color: #41A77E;
}
.BgClassName
{
background-color: #41A77E;
}
</style>
border-color css
<style>
span { border-color: #41A77E; }
span { border-color: rgb(65,167,126); }
td.TdClassName
{
border-color: #41A77E;
}
.TagClassName
{
border-color: #41A77E;
}
</style>