Shades of Gossamer #34A477
Tints of Gossamer #34A477
RGB
CMYK
RGB Variations
Color information
#34A477 (or 0x34A477) is known color: Gossamer. HEX triplet: 34, A4 and 77. RGB value is (52,164,119). Sum of RGB (Red+Green+Blue) = 52+164+119=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #34A477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A477 is #CB5B88. Grayscale: #7D7D7D. Windows color (decimal): -13327241 or 7840820. OLE color: 7840820.
HSL color Cylindrical-coordinate representation of color #34A477: hue angle of 155.89º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A477 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 164 | 119 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.36 |
| HSL | 155.89º | 0.52% | 0.42% | - |
| HSV(B) | 155.89º | 0.68% | 0.64% | - |
| XYZ | 18.02 | 28.61 | 22.03 | - |
| YUV | 125.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 164 | 119 | 0.68 | 0 | 0.27 | 0.36 | 155.89 | 0.52 | 0.42 |
| Hex | 34 | A4 | 77 | 44 | 0 | 1B | 24 | 9C | 34 | 2A |
| Octal | 64 | 244 | 167 | 104 | 0 | 33 | 44 | 234 | 64 | 52 |
| Binary | 110100 | 10100100 | 1110111 | 1000100 | 0 | 11011 | 100100 | 10011100 | 110100 | 101010 |
Color Harmonies of #34A477
Complementary color
Monochromatic Colors of #34A477
Black with #34A477
Text Example
Text Example
White with #34A477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A477; }
p { color: rgb(52,164,119); }
H1.HeaderClassName
{
color: #34A477;
}
.AnyTagClassName
{
color: #34A477;
}
</style>
background-color css
<style>
a { background-color: #34A477; }
a { background-color: rgb(52,164,119); }
div.DivClassName
{
background-color: #34A477;
}
.BgClassName
{
background-color: #34A477;
}
</style>
border-color css
<style>
span { border-color: #34A477; }
span { border-color: rgb(52,164,119); }
td.TdClassName
{
border-color: #34A477;
}
.TagClassName
{
border-color: #34A477;
}
</style>