Shades of Gossamer #349881
Tints of Gossamer #349881
RGB
CMYK
RGB Variations
Color information
#349881 (or 0x349881) is known color: Gossamer. HEX triplet: 34, 98 and 81. RGB value is (52,152,129). Sum of RGB (Red+Green+Blue) = 52+152+129=333 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.62% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #349881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349881 is #CB677E. Grayscale: #777777. Windows color (decimal): -13330303 or 8493108. OLE color: 8493108.
HSL color Cylindrical-coordinate representation of color #349881: hue angle of 166.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349881 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 129 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.40 |
| HSL | 166.2º | 0.49% | 0.4% | - |
| HSV(B) | 166.2º | 0.66% | 0.6% | - |
| XYZ | 16.61 | 24.77 | 24.67 | - |
| YUV | 119.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 129 | 0.66 | 0 | 0.15 | 0.40 | 166.2 | 0.49 | 0.4 |
| Hex | 34 | 98 | 81 | 42 | 0 | F | 28 | A6 | 31 | 28 |
| Octal | 64 | 230 | 201 | 102 | 0 | 17 | 50 | 246 | 61 | 50 |
| Binary | 110100 | 10011000 | 10000001 | 1000010 | 0 | 1111 | 101000 | 10100110 | 110001 | 101000 |
Color Harmonies of #349881
Complementary color
Monochromatic Colors of #349881
Black with #349881
Text Example
Text Example
White with #349881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349881; }
p { color: rgb(52,152,129); }
H1.HeaderClassName
{
color: #349881;
}
.AnyTagClassName
{
color: #349881;
}
</style>
background-color css
<style>
a { background-color: #349881; }
a { background-color: rgb(52,152,129); }
div.DivClassName
{
background-color: #349881;
}
.BgClassName
{
background-color: #349881;
}
</style>
border-color css
<style>
span { border-color: #349881; }
span { border-color: rgb(52,152,129); }
td.TdClassName
{
border-color: #349881;
}
.TagClassName
{
border-color: #349881;
}
</style>