Shades of Gossamer #359D78
Tints of Gossamer #359D78
RGB
CMYK
RGB Variations
Color information
#359D78 (or 0x359D78) is known color: Gossamer. HEX triplet: 35, 9D and 78. RGB value is (53,157,120). Sum of RGB (Red+Green+Blue) = 53+157+120=330 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.06% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #359D78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D78 is #CA6287. Grayscale: #797979. Windows color (decimal): -13263496 or 7904565. OLE color: 7904565.
HSL color Cylindrical-coordinate representation of color #359D78: hue angle of 158.65º 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 #359D78 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 120 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.38 |
| HSL | 158.65º | 0.5% | 0.41% | - |
| HSV(B) | 158.65º | 0.66% | 0.62% | - |
| XYZ | 16.92 | 26.23 | 21.94 | - |
| YUV | 121.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 120 | 0.66 | 0 | 0.24 | 0.38 | 158.65 | 0.5 | 0.41 |
| Hex | 35 | 9D | 78 | 42 | 0 | 18 | 26 | 9F | 32 | 29 |
| Octal | 65 | 235 | 170 | 102 | 0 | 30 | 46 | 237 | 62 | 51 |
| Binary | 110101 | 10011101 | 1111000 | 1000010 | 0 | 11000 | 100110 | 10011111 | 110010 | 101001 |
Color Harmonies of #359D78
Complementary color
Monochromatic Colors of #359D78
Black with #359D78
Text Example
Text Example
White with #359D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D78; }
p { color: rgb(53,157,120); }
H1.HeaderClassName
{
color: #359D78;
}
.AnyTagClassName
{
color: #359D78;
}
</style>
background-color css
<style>
a { background-color: #359D78; }
a { background-color: rgb(53,157,120); }
div.DivClassName
{
background-color: #359D78;
}
.BgClassName
{
background-color: #359D78;
}
</style>
border-color css
<style>
span { border-color: #359D78; }
span { border-color: rgb(53,157,120); }
td.TdClassName
{
border-color: #359D78;
}
.TagClassName
{
border-color: #359D78;
}
</style>