Shades of Gossamer #359D74
Tints of Gossamer #359D74
RGB
CMYK
RGB Variations
Color information
#359D74 (or 0x359D74) is known color: Gossamer. HEX triplet: 35, 9D and 74. RGB value is (53,157,116). Sum of RGB (Red+Green+Blue) = 53+157+116=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #359D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D74 is #CA628B. Grayscale: #797979. Windows color (decimal): -13263500 or 7642421. OLE color: 7642421.
HSL color Cylindrical-coordinate representation of color #359D74: hue angle of 156.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D74 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 116 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.38 |
| HSL | 156.35º | 0.5% | 0.41% | - |
| HSV(B) | 156.35º | 0.66% | 0.62% | - |
| XYZ | 16.68 | 26.13 | 20.69 | - |
| YUV | 121.23 | 125.04 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 116 | 0.66 | 0 | 0.26 | 0.38 | 156.35 | 0.5 | 0.41 |
| Hex | 35 | 9D | 74 | 42 | 0 | 1A | 26 | 9C | 32 | 29 |
| Octal | 65 | 235 | 164 | 102 | 0 | 32 | 46 | 234 | 62 | 51 |
| Binary | 110101 | 10011101 | 1110100 | 1000010 | 0 | 11010 | 100110 | 10011100 | 110010 | 101001 |
Color Harmonies of #359D74
Complementary color
Monochromatic Colors of #359D74
Black with #359D74
Text Example
Text Example
White with #359D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D74; }
p { color: rgb(53,157,116); }
H1.HeaderClassName
{
color: #359D74;
}
.AnyTagClassName
{
color: #359D74;
}
</style>
background-color css
<style>
a { background-color: #359D74; }
a { background-color: rgb(53,157,116); }
div.DivClassName
{
background-color: #359D74;
}
.BgClassName
{
background-color: #359D74;
}
</style>
border-color css
<style>
span { border-color: #359D74; }
span { border-color: rgb(53,157,116); }
td.TdClassName
{
border-color: #359D74;
}
.TagClassName
{
border-color: #359D74;
}
</style>