Shades of Gossamer #359976
Tints of Gossamer #359976
RGB
CMYK
RGB Variations
Color information
#359976 (or 0x359976) is known color: Gossamer. HEX triplet: 35, 99 and 76. RGB value is (53,153,118). Sum of RGB (Red+Green+Blue) = 53+153+118=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 118 (46.48% from 255 or 36.42% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #359976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359976 is #CA6689. Grayscale: #777777. Windows color (decimal): -13264522 or 7772469. OLE color: 7772469.
HSL color Cylindrical-coordinate representation of color #359976: hue angle of 159º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359976 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 118 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.4 |
| HSL | 159º | 0.49% | 0.4% | - |
| HSV(B) | 159º | 0.65% | 0.6% | - |
| XYZ | 16.13 | 24.85 | 21.09 | - |
| YUV | 119.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 118 | 0.65 | 0 | 0.23 | 0.4 | 159 | 0.49 | 0.4 |
| Hex | 35 | 99 | 76 | 41 | 0 | 17 | 28 | 9F | 31 | 28 |
| Octal | 65 | 231 | 166 | 101 | 0 | 27 | 50 | 237 | 61 | 50 |
| Binary | 110101 | 10011001 | 1110110 | 1000001 | 0 | 10111 | 101000 | 10011111 | 110001 | 101000 |
Color Harmonies of #359976
Complementary color
Monochromatic Colors of #359976
Black with #359976
Text Example
Text Example
White with #359976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359976; }
p { color: rgb(53,153,118); }
H1.HeaderClassName
{
color: #359976;
}
.AnyTagClassName
{
color: #359976;
}
</style>
background-color css
<style>
a { background-color: #359976; }
a { background-color: rgb(53,153,118); }
div.DivClassName
{
background-color: #359976;
}
.BgClassName
{
background-color: #359976;
}
</style>
border-color css
<style>
span { border-color: #359976; }
span { border-color: rgb(53,153,118); }
td.TdClassName
{
border-color: #359976;
}
.TagClassName
{
border-color: #359976;
}
</style>