Shades of Gossamer #359D81
Tints of Gossamer #359D81
RGB
CMYK
RGB Variations
Color information
#359D81 (or 0x359D81) is known color: Gossamer. HEX triplet: 35, 9D and 81. RGB value is (53,157,129). Sum of RGB (Red+Green+Blue) = 53+157+129=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #359D81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359D81 is #CA627E. Grayscale: #7A7A7A. Windows color (decimal): -13263487 or 8494389. OLE color: 8494389.
HSL color Cylindrical-coordinate representation of color #359D81: hue angle of 163.85º 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 #359D81 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 157 | 129 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.38 |
| HSL | 163.85º | 0.5% | 0.41% | - |
| HSV(B) | 163.85º | 0.66% | 0.62% | - |
| XYZ | 17.49 | 26.46 | 24.95 | - |
| YUV | 122.71 | 131.54 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 129 | 0.66 | 0 | 0.18 | 0.38 | 163.85 | 0.5 | 0.41 |
| Hex | 35 | 9D | 81 | 42 | 0 | 12 | 26 | A4 | 32 | 29 |
| Octal | 65 | 235 | 201 | 102 | 0 | 22 | 46 | 244 | 62 | 51 |
| Binary | 110101 | 10011101 | 10000001 | 1000010 | 0 | 10010 | 100110 | 10100100 | 110010 | 101001 |
Color Harmonies of #359D81
Complementary color
Monochromatic Colors of #359D81
Black with #359D81
Text Example
Text Example
White with #359D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359D81; }
p { color: rgb(53,157,129); }
H1.HeaderClassName
{
color: #359D81;
}
.AnyTagClassName
{
color: #359D81;
}
</style>
background-color css
<style>
a { background-color: #359D81; }
a { background-color: rgb(53,157,129); }
div.DivClassName
{
background-color: #359D81;
}
.BgClassName
{
background-color: #359D81;
}
</style>
border-color css
<style>
span { border-color: #359D81; }
span { border-color: rgb(53,157,129); }
td.TdClassName
{
border-color: #359D81;
}
.TagClassName
{
border-color: #359D81;
}
</style>