Shades of Gossamer #35977C
Tints of Gossamer #35977C
RGB
CMYK
RGB Variations
Color information
#35977C (or 0x35977C) is known color: Gossamer. HEX triplet: 35, 97 and 7C. RGB value is (53,151,124). Sum of RGB (Red+Green+Blue) = 53+151+124=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #35977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35977C is #CA6883. Grayscale: #767676. Windows color (decimal): -13265028 or 8165173. OLE color: 8165173.
HSL color Cylindrical-coordinate representation of color #35977C: hue angle of 163.47º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35977C is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 151 | 124 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.41 |
| HSL | 163.47º | 0.48% | 0.4% | - |
| HSV(B) | 163.47º | 0.65% | 0.59% | - |
| XYZ | 16.17 | 24.35 | 22.92 | - |
| YUV | 118.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 151 | 124 | 0.65 | 0 | 0.18 | 0.41 | 163.47 | 0.48 | 0.4 |
| Hex | 35 | 97 | 7C | 41 | 0 | 12 | 29 | A3 | 30 | 28 |
| Octal | 65 | 227 | 174 | 101 | 0 | 22 | 51 | 243 | 60 | 50 |
| Binary | 110101 | 10010111 | 1111100 | 1000001 | 0 | 10010 | 101001 | 10100011 | 110000 | 101000 |
Color Harmonies of #35977C
Complementary color
Monochromatic Colors of #35977C
Black with #35977C
Text Example
Text Example
White with #35977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35977C; }
p { color: rgb(53,151,124); }
H1.HeaderClassName
{
color: #35977C;
}
.AnyTagClassName
{
color: #35977C;
}
</style>
background-color css
<style>
a { background-color: #35977C; }
a { background-color: rgb(53,151,124); }
div.DivClassName
{
background-color: #35977C;
}
.BgClassName
{
background-color: #35977C;
}
</style>
border-color css
<style>
span { border-color: #35977C; }
span { border-color: rgb(53,151,124); }
td.TdClassName
{
border-color: #35977C;
}
.TagClassName
{
border-color: #35977C;
}
</style>