Shades of Gossamer #339180
Tints of Gossamer #339180
RGB
CMYK
RGB Variations
Color information
#339180 (or 0x339180) is known color: Gossamer. HEX triplet: 33, 91 and 80. RGB value is (51,145,128). Sum of RGB (Red+Green+Blue) = 51+145+128=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #339180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339180 is #CC6E7F. Grayscale: #727272. Windows color (decimal): -13397632 or 8425779. OLE color: 8425779.
HSL color Cylindrical-coordinate representation of color #339180: hue angle of 169.15º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339180 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 145 | 128 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.43 |
| HSL | 169.15º | 0.48% | 0.38% | - |
| HSV(B) | 169.15º | 0.65% | 0.57% | - |
| XYZ | 15.39 | 22.51 | 23.96 | - |
| YUV | 114.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 128 | 0.65 | 0 | 0.12 | 0.43 | 169.15 | 0.48 | 0.38 |
| Hex | 33 | 91 | 80 | 41 | 0 | C | 2B | A9 | 30 | 26 |
| Octal | 63 | 221 | 200 | 101 | 0 | 14 | 53 | 251 | 60 | 46 |
| Binary | 110011 | 10010001 | 10000000 | 1000001 | 0 | 1100 | 101011 | 10101001 | 110000 | 100110 |
Color Harmonies of #339180
Complementary color
Monochromatic Colors of #339180
Black with #339180
Text Example
Text Example
White with #339180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339180; }
p { color: rgb(51,145,128); }
H1.HeaderClassName
{
color: #339180;
}
.AnyTagClassName
{
color: #339180;
}
</style>
background-color css
<style>
a { background-color: #339180; }
a { background-color: rgb(51,145,128); }
div.DivClassName
{
background-color: #339180;
}
.BgClassName
{
background-color: #339180;
}
</style>
border-color css
<style>
span { border-color: #339180; }
span { border-color: rgb(51,145,128); }
td.TdClassName
{
border-color: #339180;
}
.TagClassName
{
border-color: #339180;
}
</style>