Shades of Gossamer #34A077
Tints of Gossamer #34A077
RGB
CMYK
RGB Variations
Color information
#34A077 (or 0x34A077) is known color: Gossamer. HEX triplet: 34, A0 and 77. RGB value is (52,160,119). Sum of RGB (Red+Green+Blue) = 52+160+119=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #34A077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A077 is #CB5F88. Grayscale: #7B7B7B. Windows color (decimal): -13328265 or 7839796. OLE color: 7839796.
HSL color Cylindrical-coordinate representation of color #34A077: hue angle of 157.22º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A077 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 160 | 119 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.37 |
| HSL | 157.22º | 0.51% | 0.42% | - |
| HSV(B) | 157.22º | 0.68% | 0.63% | - |
| XYZ | 17.32 | 27.2 | 21.79 | - |
| YUV | 123.03 | 125.72 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 160 | 119 | 0.68 | 0 | 0.26 | 0.37 | 157.22 | 0.51 | 0.42 |
| Hex | 34 | A0 | 77 | 44 | 0 | 1A | 25 | 9D | 33 | 2A |
| Octal | 64 | 240 | 167 | 104 | 0 | 32 | 45 | 235 | 63 | 52 |
| Binary | 110100 | 10100000 | 1110111 | 1000100 | 0 | 11010 | 100101 | 10011101 | 110011 | 101010 |
Color Harmonies of #34A077
Complementary color
Monochromatic Colors of #34A077
Black with #34A077
Text Example
Text Example
White with #34A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A077; }
p { color: rgb(52,160,119); }
H1.HeaderClassName
{
color: #34A077;
}
.AnyTagClassName
{
color: #34A077;
}
</style>
background-color css
<style>
a { background-color: #34A077; }
a { background-color: rgb(52,160,119); }
div.DivClassName
{
background-color: #34A077;
}
.BgClassName
{
background-color: #34A077;
}
</style>
border-color css
<style>
span { border-color: #34A077; }
span { border-color: rgb(52,160,119); }
td.TdClassName
{
border-color: #34A077;
}
.TagClassName
{
border-color: #34A077;
}
</style>