Shades of Gossamer #349875
Tints of Gossamer #349875
RGB
CMYK
RGB Variations
Color information
#349875 (or 0x349875) is known color: Gossamer. HEX triplet: 34, 98 and 75. RGB value is (52,152,117). Sum of RGB (Red+Green+Blue) = 52+152+117=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #349875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349875 is #CB678A. Grayscale: #767676. Windows color (decimal): -13330315 or 7706676. OLE color: 7706676.
HSL color Cylindrical-coordinate representation of color #349875: hue angle of 159º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349875 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 117 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.40 |
| HSL | 159º | 0.49% | 0.4% | - |
| HSV(B) | 159º | 0.66% | 0.6% | - |
| XYZ | 15.86 | 24.47 | 20.72 | - |
| YUV | 118.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 117 | 0.66 | 0 | 0.23 | 0.40 | 159 | 0.49 | 0.4 |
| Hex | 34 | 98 | 75 | 42 | 0 | 17 | 28 | 9F | 31 | 28 |
| Octal | 64 | 230 | 165 | 102 | 0 | 27 | 50 | 237 | 61 | 50 |
| Binary | 110100 | 10011000 | 1110101 | 1000010 | 0 | 10111 | 101000 | 10011111 | 110001 | 101000 |
Color Harmonies of #349875
Complementary color
Monochromatic Colors of #349875
Black with #349875
Text Example
Text Example
White with #349875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349875; }
p { color: rgb(52,152,117); }
H1.HeaderClassName
{
color: #349875;
}
.AnyTagClassName
{
color: #349875;
}
</style>
background-color css
<style>
a { background-color: #349875; }
a { background-color: rgb(52,152,117); }
div.DivClassName
{
background-color: #349875;
}
.BgClassName
{
background-color: #349875;
}
</style>
border-color css
<style>
span { border-color: #349875; }
span { border-color: rgb(52,152,117); }
td.TdClassName
{
border-color: #349875;
}
.TagClassName
{
border-color: #349875;
}
</style>