Shades of Gossamer #35967E
Tints of Gossamer #35967E
RGB
CMYK
RGB Variations
Color information
#35967E (or 0x35967E) is known color: Gossamer. HEX triplet: 35, 96 and 7E. RGB value is (53,150,126). Sum of RGB (Red+Green+Blue) = 53+150+126=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #35967E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35967E is #CA6981. Grayscale: #767676. Windows color (decimal): -13265282 or 8295989. OLE color: 8295989.
HSL color Cylindrical-coordinate representation of color #35967E: hue angle of 165.15º 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 #35967E is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 53 | 150 | 126 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.41 |
| HSL | 165.15º | 0.48% | 0.4% | - |
| HSV(B) | 165.15º | 0.65% | 0.59% | - |
| XYZ | 16.14 | 24.08 | 23.54 | - |
| YUV | 118.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 150 | 126 | 0.65 | 0 | 0.16 | 0.41 | 165.15 | 0.48 | 0.4 |
| Hex | 35 | 96 | 7E | 41 | 0 | 10 | 29 | A5 | 30 | 28 |
| Octal | 65 | 226 | 176 | 101 | 0 | 20 | 51 | 245 | 60 | 50 |
| Binary | 110101 | 10010110 | 1111110 | 1000001 | 0 | 10000 | 101001 | 10100101 | 110000 | 101000 |
Color Harmonies of #35967E
Complementary color
Monochromatic Colors of #35967E
Black with #35967E
Text Example
Text Example
White with #35967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35967E; }
p { color: rgb(53,150,126); }
H1.HeaderClassName
{
color: #35967E;
}
.AnyTagClassName
{
color: #35967E;
}
</style>
background-color css
<style>
a { background-color: #35967E; }
a { background-color: rgb(53,150,126); }
div.DivClassName
{
background-color: #35967E;
}
.BgClassName
{
background-color: #35967E;
}
</style>
border-color css
<style>
span { border-color: #35967E; }
span { border-color: rgb(53,150,126); }
td.TdClassName
{
border-color: #35967E;
}
.TagClassName
{
border-color: #35967E;
}
</style>