Shades of Gossamer #359973
Tints of Gossamer #359973
RGB
CMYK
RGB Variations
Color information
#359973 (or 0x359973) is known color: Gossamer. HEX triplet: 35, 99 and 73. RGB value is (53,153,115). Sum of RGB (Red+Green+Blue) = 53+153+115=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #359973 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359973 is #CA668C. Grayscale: #767676. Windows color (decimal): -13264525 or 7575861. OLE color: 7575861.
HSL color Cylindrical-coordinate representation of color #359973: hue angle of 157.2º 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 #359973 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 115 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.4 |
| HSL | 157.2º | 0.49% | 0.4% | - |
| HSV(B) | 157.2º | 0.65% | 0.6% | - |
| XYZ | 15.95 | 24.78 | 20.16 | - |
| YUV | 118.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 115 | 0.65 | 0 | 0.25 | 0.4 | 157.2 | 0.49 | 0.4 |
| Hex | 35 | 99 | 73 | 41 | 0 | 19 | 28 | 9D | 31 | 28 |
| Octal | 65 | 231 | 163 | 101 | 0 | 31 | 50 | 235 | 61 | 50 |
| Binary | 110101 | 10011001 | 1110011 | 1000001 | 0 | 11001 | 101000 | 10011101 | 110001 | 101000 |
Color Harmonies of #359973
Complementary color
Monochromatic Colors of #359973
Black with #359973
Text Example
Text Example
White with #359973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359973; }
p { color: rgb(53,153,115); }
H1.HeaderClassName
{
color: #359973;
}
.AnyTagClassName
{
color: #359973;
}
</style>
background-color css
<style>
a { background-color: #359973; }
a { background-color: rgb(53,153,115); }
div.DivClassName
{
background-color: #359973;
}
.BgClassName
{
background-color: #359973;
}
</style>
border-color css
<style>
span { border-color: #359973; }
span { border-color: rgb(53,153,115); }
td.TdClassName
{
border-color: #359973;
}
.TagClassName
{
border-color: #359973;
}
</style>