Shades of Gossamer #339773
Tints of Gossamer #339773
RGB
CMYK
RGB Variations
Color information
#339773 (or 0x339773) is known color: Gossamer. HEX triplet: 33, 97 and 73. RGB value is (51,151,115). Sum of RGB (Red+Green+Blue) = 51+151+115=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #339773 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339773 is #CC688C. Grayscale: #757575. Windows color (decimal): -13396109 or 7575347. OLE color: 7575347.
HSL color Cylindrical-coordinate representation of color #339773: hue angle of 158.4º degrees, saturation: 0.5, 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 #339773 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 151 | 115 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.41 |
| HSL | 158.4º | 0.5% | 0.4% | - |
| HSV(B) | 158.4º | 0.66% | 0.59% | - |
| XYZ | 15.53 | 24.07 | 20.05 | - |
| YUV | 117 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 115 | 0.66 | 0 | 0.24 | 0.41 | 158.4 | 0.5 | 0.4 |
| Hex | 33 | 97 | 73 | 42 | 0 | 18 | 29 | 9E | 32 | 28 |
| Octal | 63 | 227 | 163 | 102 | 0 | 30 | 51 | 236 | 62 | 50 |
| Binary | 110011 | 10010111 | 1110011 | 1000010 | 0 | 11000 | 101001 | 10011110 | 110010 | 101000 |
Color Harmonies of #339773
Complementary color
Monochromatic Colors of #339773
Black with #339773
Text Example
Text Example
White with #339773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339773; }
p { color: rgb(51,151,115); }
H1.HeaderClassName
{
color: #339773;
}
.AnyTagClassName
{
color: #339773;
}
</style>
background-color css
<style>
a { background-color: #339773; }
a { background-color: rgb(51,151,115); }
div.DivClassName
{
background-color: #339773;
}
.BgClassName
{
background-color: #339773;
}
</style>
border-color css
<style>
span { border-color: #339773; }
span { border-color: rgb(51,151,115); }
td.TdClassName
{
border-color: #339773;
}
.TagClassName
{
border-color: #339773;
}
</style>