Shades of Gossamer #41A57D
Tints of Gossamer #41A57D
RGB
CMYK
RGB Variations
Color information
#41A57D (or 0x41A57D) is known color: Gossamer. HEX triplet: 41, A5 and 7D. RGB value is (65,165,125). Sum of RGB (Red+Green+Blue) = 65+165+125=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #41A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A57D is #BE5A82. Grayscale: #828282. Windows color (decimal): -12475011 or 8234305. OLE color: 8234305.
HSL color Cylindrical-coordinate representation of color #41A57D: hue angle of 156º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A57D is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 165 | 125 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.35 |
| HSL | 156º | 0.43% | 0.45% | - |
| HSV(B) | 156º | 0.61% | 0.65% | - |
| XYZ | 19.34 | 29.51 | 24.08 | - |
| YUV | 130.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 165 | 125 | 0.61 | 0 | 0.24 | 0.35 | 156 | 0.43 | 0.45 |
| Hex | 41 | A5 | 7D | 3D | 0 | 18 | 23 | 9C | 2B | 2D |
| Octal | 101 | 245 | 175 | 75 | 0 | 30 | 43 | 234 | 53 | 55 |
| Binary | 1000001 | 10100101 | 1111101 | 111101 | 0 | 11000 | 100011 | 10011100 | 101011 | 101101 |
Color Harmonies of #41A57D
Complementary color
Monochromatic Colors of #41A57D
Black with #41A57D
Text Example
Text Example
White with #41A57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A57D; }
p { color: rgb(65,165,125); }
H1.HeaderClassName
{
color: #41A57D;
}
.AnyTagClassName
{
color: #41A57D;
}
</style>
background-color css
<style>
a { background-color: #41A57D; }
a { background-color: rgb(65,165,125); }
div.DivClassName
{
background-color: #41A57D;
}
.BgClassName
{
background-color: #41A57D;
}
</style>
border-color css
<style>
span { border-color: #41A57D; }
span { border-color: rgb(65,165,125); }
td.TdClassName
{
border-color: #41A57D;
}
.TagClassName
{
border-color: #41A57D;
}
</style>