Shades of Gossamer #41B28C
Tints of Gossamer #41B28C
RGB
CMYK
RGB Variations
Color information
#41B28C (or 0x41B28C) is known color: Gossamer. HEX triplet: 41, B2 and 8C. RGB value is (65,178,140). Sum of RGB (Red+Green+Blue) = 65+178+140=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #41B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41B28C is #BE4D73. Grayscale: #8B8B8B. Windows color (decimal): -12471668 or 9220673. OLE color: 9220673.
HSL color Cylindrical-coordinate representation of color #41B28C: hue angle of 159.82º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B28C is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 178 | 140 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.30 |
| HSL | 159.82º | 0.47% | 0.48% | - |
| HSV(B) | 159.82º | 0.63% | 0.7% | - |
| XYZ | 22.83 | 34.86 | 30.34 | - |
| YUV | 139.88 | 128.06 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 178 | 140 | 0.63 | 0 | 0.21 | 0.30 | 159.82 | 0.47 | 0.48 |
| Hex | 41 | B2 | 8C | 3F | 0 | 15 | 1E | A0 | 2F | 30 |
| Octal | 101 | 262 | 214 | 77 | 0 | 25 | 36 | 240 | 57 | 60 |
| Binary | 1000001 | 10110010 | 10001100 | 111111 | 0 | 10101 | 11110 | 10100000 | 101111 | 110000 |
Color Harmonies of #41B28C
Complementary color
Monochromatic Colors of #41B28C
Black with #41B28C
Text Example
Text Example
White with #41B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B28C; }
p { color: rgb(65,178,140); }
H1.HeaderClassName
{
color: #41B28C;
}
.AnyTagClassName
{
color: #41B28C;
}
</style>
background-color css
<style>
a { background-color: #41B28C; }
a { background-color: rgb(65,178,140); }
div.DivClassName
{
background-color: #41B28C;
}
.BgClassName
{
background-color: #41B28C;
}
</style>
border-color css
<style>
span { border-color: #41B28C; }
span { border-color: rgb(65,178,140); }
td.TdClassName
{
border-color: #41B28C;
}
.TagClassName
{
border-color: #41B28C;
}
</style>