Shades of Gossamer #34907F
Tints of Gossamer #34907F
RGB
CMYK
RGB Variations
Color information
#34907F (or 0x34907F) is known color: Gossamer. HEX triplet: 34, 90 and 7F. RGB value is (52,144,127). Sum of RGB (Red+Green+Blue) = 52+144+127=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #34907F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34907F is #CB6F80. Grayscale: #727272. Windows color (decimal): -13332353 or 8359988. OLE color: 8359988.
HSL color Cylindrical-coordinate representation of color #34907F: hue angle of 168.91º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34907F is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 127 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.44 |
| HSL | 168.91º | 0.47% | 0.38% | - |
| HSV(B) | 168.91º | 0.64% | 0.56% | - |
| XYZ | 15.22 | 22.21 | 23.56 | - |
| YUV | 114.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 127 | 0.64 | 0 | 0.12 | 0.44 | 168.91 | 0.47 | 0.38 |
| Hex | 34 | 90 | 7F | 40 | 0 | C | 2C | A9 | 2F | 26 |
| Octal | 64 | 220 | 177 | 100 | 0 | 14 | 54 | 251 | 57 | 46 |
| Binary | 110100 | 10010000 | 1111111 | 1000000 | 0 | 1100 | 101100 | 10101001 | 101111 | 100110 |
Color Harmonies of #34907F
Complementary color
Monochromatic Colors of #34907F
Black with #34907F
Text Example
Text Example
White with #34907F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34907F; }
p { color: rgb(52,144,127); }
H1.HeaderClassName
{
color: #34907F;
}
.AnyTagClassName
{
color: #34907F;
}
</style>
background-color css
<style>
a { background-color: #34907F; }
a { background-color: rgb(52,144,127); }
div.DivClassName
{
background-color: #34907F;
}
.BgClassName
{
background-color: #34907F;
}
</style>
border-color css
<style>
span { border-color: #34907F; }
span { border-color: rgb(52,144,127); }
td.TdClassName
{
border-color: #34907F;
}
.TagClassName
{
border-color: #34907F;
}
</style>