Shades of Gossamer #41997B
Tints of Gossamer #41997B
RGB
CMYK
RGB Variations
Color information
#41997B (or 0x41997B) is known color: Gossamer. HEX triplet: 41, 99 and 7B. RGB value is (65,153,123). Sum of RGB (Red+Green+Blue) = 65+153+123=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #41997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997B is #BE6684. Grayscale: #7B7B7B. Windows color (decimal): -12478085 or 8100161. OLE color: 8100161.
HSL color Cylindrical-coordinate representation of color #41997B: hue angle of 159.55º 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 #41997B is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 123 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.4 |
| HSL | 159.55º | 0.4% | 0.43% | - |
| HSV(B) | 159.55º | 0.58% | 0.6% | - |
| XYZ | 17.15 | 25.34 | 22.73 | - |
| YUV | 123.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 123 | 0.58 | 0 | 0.20 | 0.4 | 159.55 | 0.4 | 0.43 |
| Hex | 41 | 99 | 7B | 3A | 0 | 14 | 28 | A0 | 28 | 2B |
| Octal | 101 | 231 | 173 | 72 | 0 | 24 | 50 | 240 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1111011 | 111010 | 0 | 10100 | 101000 | 10100000 | 101000 | 101011 |
Color Harmonies of #41997B
Complementary color
Monochromatic Colors of #41997B
Black with #41997B
Text Example
Text Example
White with #41997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41997B; }
p { color: rgb(65,153,123); }
H1.HeaderClassName
{
color: #41997B;
}
.AnyTagClassName
{
color: #41997B;
}
</style>
background-color css
<style>
a { background-color: #41997B; }
a { background-color: rgb(65,153,123); }
div.DivClassName
{
background-color: #41997B;
}
.BgClassName
{
background-color: #41997B;
}
</style>
border-color css
<style>
span { border-color: #41997B; }
span { border-color: rgb(65,153,123); }
td.TdClassName
{
border-color: #41997B;
}
.TagClassName
{
border-color: #41997B;
}
</style>