Shades of Gossamer #359F74
Tints of Gossamer #359F74
RGB
CMYK
RGB Variations
Color information
#359F74 (or 0x359F74) is known color: Gossamer. HEX triplet: 35, 9F and 74. RGB value is (53,159,116). Sum of RGB (Red+Green+Blue) = 53+159+116=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #359F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F74 is #CA608B. Grayscale: #7A7A7A. Windows color (decimal): -13262988 or 7642933. OLE color: 7642933.
HSL color Cylindrical-coordinate representation of color #359F74: hue angle of 155.66º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F74 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 116 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.38 |
| HSL | 155.66º | 0.5% | 0.42% | - |
| HSV(B) | 155.66º | 0.67% | 0.62% | - |
| XYZ | 17.02 | 26.81 | 20.8 | - |
| YUV | 122.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 116 | 0.67 | 0 | 0.27 | 0.38 | 155.66 | 0.5 | 0.42 |
| Hex | 35 | 9F | 74 | 43 | 0 | 1B | 26 | 9C | 32 | 2A |
| Octal | 65 | 237 | 164 | 103 | 0 | 33 | 46 | 234 | 62 | 52 |
| Binary | 110101 | 10011111 | 1110100 | 1000011 | 0 | 11011 | 100110 | 10011100 | 110010 | 101010 |
Color Harmonies of #359F74
Complementary color
Monochromatic Colors of #359F74
Black with #359F74
Text Example
Text Example
White with #359F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F74; }
p { color: rgb(53,159,116); }
H1.HeaderClassName
{
color: #359F74;
}
.AnyTagClassName
{
color: #359F74;
}
</style>
background-color css
<style>
a { background-color: #359F74; }
a { background-color: rgb(53,159,116); }
div.DivClassName
{
background-color: #359F74;
}
.BgClassName
{
background-color: #359F74;
}
</style>
border-color css
<style>
span { border-color: #359F74; }
span { border-color: rgb(53,159,116); }
td.TdClassName
{
border-color: #359F74;
}
.TagClassName
{
border-color: #359F74;
}
</style>