Shades of Gossamer #41997C
Tints of Gossamer #41997C
RGB
CMYK
RGB Variations
Color information
#41997C (or 0x41997C) is known color: Gossamer. HEX triplet: 41, 99 and 7C. RGB value is (65,153,124). Sum of RGB (Red+Green+Blue) = 65+153+124=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 153 (60.16% from 255 or 44.74% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 153 - color contains mainly: green. Hex color #41997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997C is #BE6683. Grayscale: #7B7B7B. Windows color (decimal): -12478084 or 8165697. OLE color: 8165697.
HSL color Cylindrical-coordinate representation of color #41997C: hue angle of 160.23º 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 #41997C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 124 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.4 |
| HSL | 160.23º | 0.4% | 0.43% | - |
| HSV(B) | 160.23º | 0.58% | 0.6% | - |
| XYZ | 17.21 | 25.36 | 23.06 | - |
| YUV | 123.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 124 | 0.58 | 0 | 0.19 | 0.4 | 160.23 | 0.4 | 0.43 |
| Hex | 41 | 99 | 7C | 3A | 0 | 13 | 28 | A0 | 28 | 2B |
| Octal | 101 | 231 | 174 | 72 | 0 | 23 | 50 | 240 | 50 | 53 |
| Binary | 1000001 | 10011001 | 1111100 | 111010 | 0 | 10011 | 101000 | 10100000 | 101000 | 101011 |
Color Harmonies of #41997C
Complementary color
Monochromatic Colors of #41997C
Black with #41997C
Text Example
Text Example
White with #41997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41997C; }
p { color: rgb(65,153,124); }
H1.HeaderClassName
{
color: #41997C;
}
.AnyTagClassName
{
color: #41997C;
}
</style>
background-color css
<style>
a { background-color: #41997C; }
a { background-color: rgb(65,153,124); }
div.DivClassName
{
background-color: #41997C;
}
.BgClassName
{
background-color: #41997C;
}
</style>
border-color css
<style>
span { border-color: #41997C; }
span { border-color: rgb(65,153,124); }
td.TdClassName
{
border-color: #41997C;
}
.TagClassName
{
border-color: #41997C;
}
</style>