Shades of Gossamer #359C7A
Tints of Gossamer #359C7A
RGB
CMYK
RGB Variations
Color information
#359C7A (or 0x359C7A) is known color: Gossamer. HEX triplet: 35, 9C and 7A. RGB value is (53,156,122). Sum of RGB (Red+Green+Blue) = 53+156+122=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #359C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C7A is #CA6385. Grayscale: #797979. Windows color (decimal): -13263750 or 8035381. OLE color: 8035381.
HSL color Cylindrical-coordinate representation of color #359C7A: hue angle of 160.19º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C7A is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 122 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.39 |
| HSL | 160.19º | 0.49% | 0.41% | - |
| HSV(B) | 160.19º | 0.66% | 0.61% | - |
| XYZ | 16.87 | 25.94 | 22.53 | - |
| YUV | 121.33 | 128.38 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 122 | 0.66 | 0 | 0.22 | 0.39 | 160.19 | 0.49 | 0.41 |
| Hex | 35 | 9C | 7A | 42 | 0 | 16 | 27 | A0 | 31 | 29 |
| Octal | 65 | 234 | 172 | 102 | 0 | 26 | 47 | 240 | 61 | 51 |
| Binary | 110101 | 10011100 | 1111010 | 1000010 | 0 | 10110 | 100111 | 10100000 | 110001 | 101001 |
Color Harmonies of #359C7A
Complementary color
Monochromatic Colors of #359C7A
Black with #359C7A
Text Example
Text Example
White with #359C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C7A; }
p { color: rgb(53,156,122); }
H1.HeaderClassName
{
color: #359C7A;
}
.AnyTagClassName
{
color: #359C7A;
}
</style>
background-color css
<style>
a { background-color: #359C7A; }
a { background-color: rgb(53,156,122); }
div.DivClassName
{
background-color: #359C7A;
}
.BgClassName
{
background-color: #359C7A;
}
</style>
border-color css
<style>
span { border-color: #359C7A; }
span { border-color: rgb(53,156,122); }
td.TdClassName
{
border-color: #359C7A;
}
.TagClassName
{
border-color: #359C7A;
}
</style>