Shades of Gossamer #359379
Tints of Gossamer #359379
RGB
CMYK
RGB Variations
Color information
#359379 (or 0x359379) is known color: Gossamer. HEX triplet: 35, 93 and 79. RGB value is (53,147,121). Sum of RGB (Red+Green+Blue) = 53+147+121=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #359379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359379 is #CA6C86. Grayscale: #737373. Windows color (decimal): -13266055 or 7967541. OLE color: 7967541.
HSL color Cylindrical-coordinate representation of color #359379: hue angle of 163.4º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359379 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 147 | 121 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.42 |
| HSL | 163.4º | 0.47% | 0.39% | - |
| HSV(B) | 163.4º | 0.64% | 0.58% | - |
| XYZ | 15.35 | 23 | 21.72 | - |
| YUV | 115.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 147 | 121 | 0.64 | 0 | 0.18 | 0.42 | 163.4 | 0.47 | 0.39 |
| Hex | 35 | 93 | 79 | 40 | 0 | 12 | 2A | A3 | 2F | 27 |
| Octal | 65 | 223 | 171 | 100 | 0 | 22 | 52 | 243 | 57 | 47 |
| Binary | 110101 | 10010011 | 1111001 | 1000000 | 0 | 10010 | 101010 | 10100011 | 101111 | 100111 |
Color Harmonies of #359379
Complementary color
Monochromatic Colors of #359379
Black with #359379
Text Example
Text Example
White with #359379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359379; }
p { color: rgb(53,147,121); }
H1.HeaderClassName
{
color: #359379;
}
.AnyTagClassName
{
color: #359379;
}
</style>
background-color css
<style>
a { background-color: #359379; }
a { background-color: rgb(53,147,121); }
div.DivClassName
{
background-color: #359379;
}
.BgClassName
{
background-color: #359379;
}
</style>
border-color css
<style>
span { border-color: #359379; }
span { border-color: rgb(53,147,121); }
td.TdClassName
{
border-color: #359379;
}
.TagClassName
{
border-color: #359379;
}
</style>