Shades of Gossamer #349F74
Tints of Gossamer #349F74
RGB
CMYK
RGB Variations
Color information
#349F74 (or 0x349F74) is known color: Gossamer. HEX triplet: 34, 9F and 74. RGB value is (52,159,116). Sum of RGB (Red+Green+Blue) = 52+159+116=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #349F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F74 is #CB608B. Grayscale: #7A7A7A. Windows color (decimal): -13328524 or 7642932. OLE color: 7642932.
HSL color Cylindrical-coordinate representation of color #349F74: hue angle of 155.89º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F74 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 159 | 116 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.38 |
| HSL | 155.89º | 0.51% | 0.41% | - |
| HSV(B) | 155.89º | 0.67% | 0.62% | - |
| XYZ | 16.97 | 26.79 | 20.8 | - |
| YUV | 122.11 | 124.55 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 116 | 0.67 | 0 | 0.27 | 0.38 | 155.89 | 0.51 | 0.41 |
| Hex | 34 | 9F | 74 | 43 | 0 | 1B | 26 | 9C | 33 | 29 |
| Octal | 64 | 237 | 164 | 103 | 0 | 33 | 46 | 234 | 63 | 51 |
| Binary | 110100 | 10011111 | 1110100 | 1000011 | 0 | 11011 | 100110 | 10011100 | 110011 | 101001 |
Color Harmonies of #349F74
Complementary color
Monochromatic Colors of #349F74
Black with #349F74
Text Example
Text Example
White with #349F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349F74; }
p { color: rgb(52,159,116); }
H1.HeaderClassName
{
color: #349F74;
}
.AnyTagClassName
{
color: #349F74;
}
</style>
background-color css
<style>
a { background-color: #349F74; }
a { background-color: rgb(52,159,116); }
div.DivClassName
{
background-color: #349F74;
}
.BgClassName
{
background-color: #349F74;
}
</style>
border-color css
<style>
span { border-color: #349F74; }
span { border-color: rgb(52,159,116); }
td.TdClassName
{
border-color: #349F74;
}
.TagClassName
{
border-color: #349F74;
}
</style>