Shades of Gossamer #34977B
Tints of Gossamer #34977B
RGB
CMYK
RGB Variations
Color information
#34977B (or 0x34977B) is known color: Gossamer. HEX triplet: 34, 97 and 7B. RGB value is (52,151,123). Sum of RGB (Red+Green+Blue) = 52+151+123=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #34977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34977B is #CB6884. Grayscale: #767676. Windows color (decimal): -13330565 or 8099636. OLE color: 8099636.
HSL color Cylindrical-coordinate representation of color #34977B: hue angle of 163.03º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34977B is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 123 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.41 |
| HSL | 163.03º | 0.49% | 0.4% | - |
| HSV(B) | 163.03º | 0.66% | 0.59% | - |
| XYZ | 16.06 | 24.29 | 22.58 | - |
| YUV | 118.21 | 130.7 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 123 | 0.66 | 0 | 0.19 | 0.41 | 163.03 | 0.49 | 0.4 |
| Hex | 34 | 97 | 7B | 42 | 0 | 13 | 29 | A3 | 31 | 28 |
| Octal | 64 | 227 | 173 | 102 | 0 | 23 | 51 | 243 | 61 | 50 |
| Binary | 110100 | 10010111 | 1111011 | 1000010 | 0 | 10011 | 101001 | 10100011 | 110001 | 101000 |
Color Harmonies of #34977B
Complementary color
Monochromatic Colors of #34977B
Black with #34977B
Text Example
Text Example
White with #34977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34977B; }
p { color: rgb(52,151,123); }
H1.HeaderClassName
{
color: #34977B;
}
.AnyTagClassName
{
color: #34977B;
}
</style>
background-color css
<style>
a { background-color: #34977B; }
a { background-color: rgb(52,151,123); }
div.DivClassName
{
background-color: #34977B;
}
.BgClassName
{
background-color: #34977B;
}
</style>
border-color css
<style>
span { border-color: #34977B; }
span { border-color: rgb(52,151,123); }
td.TdClassName
{
border-color: #34977B;
}
.TagClassName
{
border-color: #34977B;
}
</style>