Shades of Gossamer #41997E
Tints of Gossamer #41997E
RGB
CMYK
RGB Variations
Color information
#41997E (or 0x41997E) is known color: Gossamer. HEX triplet: 41, 99 and 7E. RGB value is (65,153,126). Sum of RGB (Red+Green+Blue) = 65+153+126=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #41997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997E is #BE6681. Grayscale: #7B7B7B. Windows color (decimal): -12478082 or 8296769. OLE color: 8296769.
HSL color Cylindrical-coordinate representation of color #41997E: hue angle of 161.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41997E is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 126 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.4 |
| HSL | 161.59º | 0.4% | 0.43% | - |
| HSV(B) | 161.59º | 0.58% | 0.6% | - |
| XYZ | 17.34 | 25.41 | 23.73 | - |
| YUV | 123.61 | 129.35 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 126 | 0.58 | 0 | 0.18 | 0.4 | 161.59 | 0.4 | 0.43 |
| Hex | 41 | 99 | 7E | 3A | 0 | 12 | 28 | A2 | 28 | 2B |
| Octal | 101 | 231 | 176 | 72 | 0 | 22 | 50 | 242 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1111110 | 111010 | 0 | 10010 | 101000 | 10100010 | 101000 | 101011 |
Color Harmonies of #41997E
Complementary color
Monochromatic Colors of #41997E
Black with #41997E
Text Example
Text Example
White with #41997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41997E; }
p { color: rgb(65,153,126); }
H1.HeaderClassName
{
color: #41997E;
}
.AnyTagClassName
{
color: #41997E;
}
</style>
background-color css
<style>
a { background-color: #41997E; }
a { background-color: rgb(65,153,126); }
div.DivClassName
{
background-color: #41997E;
}
.BgClassName
{
background-color: #41997E;
}
</style>
border-color css
<style>
span { border-color: #41997E; }
span { border-color: rgb(65,153,126); }
td.TdClassName
{
border-color: #41997E;
}
.TagClassName
{
border-color: #41997E;
}
</style>