Shades of Gossamer #349C76
Tints of Gossamer #349C76
RGB
CMYK
RGB Variations
Color information
#349C76 (or 0x349C76) is known color: Gossamer. HEX triplet: 34, 9C and 76. RGB value is (52,156,118). Sum of RGB (Red+Green+Blue) = 52+156+118=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #349C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C76 is #CB6389. Grayscale: #787878. Windows color (decimal): -13329290 or 7773236. OLE color: 7773236.
HSL color Cylindrical-coordinate representation of color #349C76: hue angle of 158.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C76 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 118 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.39 |
| HSL | 158.08º | 0.5% | 0.41% | - |
| HSV(B) | 158.08º | 0.67% | 0.61% | - |
| XYZ | 16.57 | 25.82 | 21.25 | - |
| YUV | 120.57 | 126.54 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 118 | 0.67 | 0 | 0.24 | 0.39 | 158.08 | 0.5 | 0.41 |
| Hex | 34 | 9C | 76 | 43 | 0 | 18 | 27 | 9E | 32 | 29 |
| Octal | 64 | 234 | 166 | 103 | 0 | 30 | 47 | 236 | 62 | 51 |
| Binary | 110100 | 10011100 | 1110110 | 1000011 | 0 | 11000 | 100111 | 10011110 | 110010 | 101001 |
Color Harmonies of #349C76
Complementary color
Monochromatic Colors of #349C76
Black with #349C76
Text Example
Text Example
White with #349C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C76; }
p { color: rgb(52,156,118); }
H1.HeaderClassName
{
color: #349C76;
}
.AnyTagClassName
{
color: #349C76;
}
</style>
background-color css
<style>
a { background-color: #349C76; }
a { background-color: rgb(52,156,118); }
div.DivClassName
{
background-color: #349C76;
}
.BgClassName
{
background-color: #349C76;
}
</style>
border-color css
<style>
span { border-color: #349C76; }
span { border-color: rgb(52,156,118); }
td.TdClassName
{
border-color: #349C76;
}
.TagClassName
{
border-color: #349C76;
}
</style>