Shades of Gossamer #41AF85
Tints of Gossamer #41AF85
RGB
CMYK
RGB Variations
Color information
#41AF85 (or 0x41AF85) is known color: Gossamer. HEX triplet: 41, AF and 85. RGB value is (65,175,133). Sum of RGB (Red+Green+Blue) = 65+175+133=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AF85 is #BE507A. Grayscale: #898989. Windows color (decimal): -12472443 or 8761153. OLE color: 8761153.
HSL color Cylindrical-coordinate representation of color #41AF85: hue angle of 157.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AF85 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 133 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.31 |
| HSL | 157.09º | 0.46% | 0.47% | - |
| HSV(B) | 157.09º | 0.63% | 0.69% | - |
| XYZ | 21.74 | 33.48 | 27.51 | - |
| YUV | 137.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 133 | 0.63 | 0 | 0.24 | 0.31 | 157.09 | 0.46 | 0.47 |
| Hex | 41 | AF | 85 | 3F | 0 | 18 | 1F | 9D | 2E | 2F |
| Octal | 101 | 257 | 205 | 77 | 0 | 30 | 37 | 235 | 56 | 57 |
| Binary | 1000001 | 10101111 | 10000101 | 111111 | 0 | 11000 | 11111 | 10011101 | 101110 | 101111 |
Color Harmonies of #41AF85
Complementary color
Monochromatic Colors of #41AF85
Black with #41AF85
Text Example
Text Example
White with #41AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF85; }
p { color: rgb(65,175,133); }
H1.HeaderClassName
{
color: #41AF85;
}
.AnyTagClassName
{
color: #41AF85;
}
</style>
background-color css
<style>
a { background-color: #41AF85; }
a { background-color: rgb(65,175,133); }
div.DivClassName
{
background-color: #41AF85;
}
.BgClassName
{
background-color: #41AF85;
}
</style>
border-color css
<style>
span { border-color: #41AF85; }
span { border-color: rgb(65,175,133); }
td.TdClassName
{
border-color: #41AF85;
}
.TagClassName
{
border-color: #41AF85;
}
</style>