Shades of Gossamer #34947F
Tints of Gossamer #34947F
RGB
CMYK
RGB Variations
Color information
#34947F (or 0x34947F) is known color: Gossamer. HEX triplet: 34, 94 and 7F. RGB value is (52,148,127). Sum of RGB (Red+Green+Blue) = 52+148+127=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #34947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34947F is #CB6B80. Grayscale: #747474. Windows color (decimal): -13331329 or 8361012. OLE color: 8361012.
HSL color Cylindrical-coordinate representation of color #34947F: hue angle of 166.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34947F is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 148 | 127 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.42 |
| HSL | 166.88º | 0.48% | 0.39% | - |
| HSV(B) | 166.88º | 0.65% | 0.58% | - |
| XYZ | 15.84 | 23.44 | 23.77 | - |
| YUV | 116.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 148 | 127 | 0.65 | 0 | 0.14 | 0.42 | 166.88 | 0.48 | 0.39 |
| Hex | 34 | 94 | 7F | 41 | 0 | E | 2A | A7 | 30 | 27 |
| Octal | 64 | 224 | 177 | 101 | 0 | 16 | 52 | 247 | 60 | 47 |
| Binary | 110100 | 10010100 | 1111111 | 1000001 | 0 | 1110 | 101010 | 10100111 | 110000 | 100111 |
Color Harmonies of #34947F
Complementary color
Monochromatic Colors of #34947F
Black with #34947F
Text Example
Text Example
White with #34947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34947F; }
p { color: rgb(52,148,127); }
H1.HeaderClassName
{
color: #34947F;
}
.AnyTagClassName
{
color: #34947F;
}
</style>
background-color css
<style>
a { background-color: #34947F; }
a { background-color: rgb(52,148,127); }
div.DivClassName
{
background-color: #34947F;
}
.BgClassName
{
background-color: #34947F;
}
</style>
border-color css
<style>
span { border-color: #34947F; }
span { border-color: rgb(52,148,127); }
td.TdClassName
{
border-color: #34947F;
}
.TagClassName
{
border-color: #34947F;
}
</style>