Shades of Gossamer #349B75
Tints of Gossamer #349B75
RGB
CMYK
RGB Variations
Color information
#349B75 (or 0x349B75) is known color: Gossamer. HEX triplet: 34, 9B and 75. RGB value is (52,155,117). Sum of RGB (Red+Green+Blue) = 52+155+117=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #349B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B75 is #CB648A. Grayscale: #777777. Windows color (decimal): -13329547 or 7707444. OLE color: 7707444.
HSL color Cylindrical-coordinate representation of color #349B75: hue angle of 157.86º degrees, saturation: 0.5, 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 #349B75 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 117 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.39 |
| HSL | 157.86º | 0.5% | 0.41% | - |
| HSV(B) | 157.86º | 0.66% | 0.61% | - |
| XYZ | 16.35 | 25.46 | 20.88 | - |
| YUV | 119.87 | 126.38 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 117 | 0.66 | 0 | 0.25 | 0.39 | 157.86 | 0.5 | 0.41 |
| Hex | 34 | 9B | 75 | 42 | 0 | 19 | 27 | 9E | 32 | 29 |
| Octal | 64 | 233 | 165 | 102 | 0 | 31 | 47 | 236 | 62 | 51 |
| Binary | 110100 | 10011011 | 1110101 | 1000010 | 0 | 11001 | 100111 | 10011110 | 110010 | 101001 |
Color Harmonies of #349B75
Complementary color
Monochromatic Colors of #349B75
Black with #349B75
Text Example
Text Example
White with #349B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B75; }
p { color: rgb(52,155,117); }
H1.HeaderClassName
{
color: #349B75;
}
.AnyTagClassName
{
color: #349B75;
}
</style>
background-color css
<style>
a { background-color: #349B75; }
a { background-color: rgb(52,155,117); }
div.DivClassName
{
background-color: #349B75;
}
.BgClassName
{
background-color: #349B75;
}
</style>
border-color css
<style>
span { border-color: #349B75; }
span { border-color: rgb(52,155,117); }
td.TdClassName
{
border-color: #349B75;
}
.TagClassName
{
border-color: #349B75;
}
</style>