Shades of Gossamer #41AD82
Tints of Gossamer #41AD82
RGB
CMYK
RGB Variations
Color information
#41AD82 (or 0x41AD82) is known color: Gossamer. HEX triplet: 41, AD and 82. RGB value is (65,173,130). Sum of RGB (Red+Green+Blue) = 65+173+130=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 173 (67.97% from 255 or 47.01% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 173 - color contains mainly: green. Hex color #41AD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AD82 is #BE527D. Grayscale: #878787. Windows color (decimal): -12472958 or 8564033. OLE color: 8564033.
HSL color Cylindrical-coordinate representation of color #41AD82: hue angle of 156.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AD82 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 173 | 130 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.32 |
| HSL | 156.11º | 0.45% | 0.47% | - |
| HSV(B) | 156.11º | 0.62% | 0.68% | - |
| XYZ | 21.15 | 32.62 | 26.3 | - |
| YUV | 135.81 | 124.72 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 173 | 130 | 0.62 | 0 | 0.25 | 0.32 | 156.11 | 0.45 | 0.47 |
| Hex | 41 | AD | 82 | 3E | 0 | 19 | 20 | 9C | 2D | 2F |
| Octal | 101 | 255 | 202 | 76 | 0 | 31 | 40 | 234 | 55 | 57 |
| Binary | 1000001 | 10101101 | 10000010 | 111110 | 0 | 11001 | 100000 | 10011100 | 101101 | 101111 |
Color Harmonies of #41AD82
Complementary color
Monochromatic Colors of #41AD82
Black with #41AD82
Text Example
Text Example
White with #41AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AD82; }
p { color: rgb(65,173,130); }
H1.HeaderClassName
{
color: #41AD82;
}
.AnyTagClassName
{
color: #41AD82;
}
</style>
background-color css
<style>
a { background-color: #41AD82; }
a { background-color: rgb(65,173,130); }
div.DivClassName
{
background-color: #41AD82;
}
.BgClassName
{
background-color: #41AD82;
}
</style>
border-color css
<style>
span { border-color: #41AD82; }
span { border-color: rgb(65,173,130); }
td.TdClassName
{
border-color: #41AD82;
}
.TagClassName
{
border-color: #41AD82;
}
</style>