Shades of Gossamer #34917D
Tints of Gossamer #34917D
RGB
CMYK
RGB Variations
Color information
#34917D (or 0x34917D) is known color: Gossamer. HEX triplet: 34, 91 and 7D. RGB value is (52,145,125). Sum of RGB (Red+Green+Blue) = 52+145+125=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #34917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34917D is #CB6E82. Grayscale: #727272. Windows color (decimal): -13332099 or 8229172. OLE color: 8229172.
HSL color Cylindrical-coordinate representation of color #34917D: hue angle of 167.1º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34917D is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 145 | 125 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.43 |
| HSL | 167.1º | 0.47% | 0.39% | - |
| HSV(B) | 167.1º | 0.64% | 0.57% | - |
| XYZ | 15.24 | 22.46 | 22.93 | - |
| YUV | 114.91 | 133.69 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 145 | 125 | 0.64 | 0 | 0.14 | 0.43 | 167.1 | 0.47 | 0.39 |
| Hex | 34 | 91 | 7D | 40 | 0 | E | 2B | A7 | 2F | 27 |
| Octal | 64 | 221 | 175 | 100 | 0 | 16 | 53 | 247 | 57 | 47 |
| Binary | 110100 | 10010001 | 1111101 | 1000000 | 0 | 1110 | 101011 | 10100111 | 101111 | 100111 |
Color Harmonies of #34917D
Complementary color
Monochromatic Colors of #34917D
Black with #34917D
Text Example
Text Example
White with #34917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34917D; }
p { color: rgb(52,145,125); }
H1.HeaderClassName
{
color: #34917D;
}
.AnyTagClassName
{
color: #34917D;
}
</style>
background-color css
<style>
a { background-color: #34917D; }
a { background-color: rgb(52,145,125); }
div.DivClassName
{
background-color: #34917D;
}
.BgClassName
{
background-color: #34917D;
}
</style>
border-color css
<style>
span { border-color: #34917D; }
span { border-color: rgb(52,145,125); }
td.TdClassName
{
border-color: #34917D;
}
.TagClassName
{
border-color: #34917D;
}
</style>