Shades of Gossamer #339873
Tints of Gossamer #339873
RGB
CMYK
RGB Variations
Color information
#339873 (or 0x339873) is known color: Gossamer. HEX triplet: 33, 98 and 73. RGB value is (51,152,115). Sum of RGB (Red+Green+Blue) = 51+152+115=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #339873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339873 is #CC678C. Grayscale: #757575. Windows color (decimal): -13395853 or 7575603. OLE color: 7575603.
HSL color Cylindrical-coordinate representation of color #339873: hue angle of 158.02º degrees, saturation: 0.5, 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 #339873 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 115 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.40 |
| HSL | 158.02º | 0.5% | 0.4% | - |
| HSV(B) | 158.02º | 0.66% | 0.6% | - |
| XYZ | 15.69 | 24.4 | 20.1 | - |
| YUV | 117.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 115 | 0.66 | 0 | 0.24 | 0.40 | 158.02 | 0.5 | 0.4 |
| Hex | 33 | 98 | 73 | 42 | 0 | 18 | 28 | 9E | 32 | 28 |
| Octal | 63 | 230 | 163 | 102 | 0 | 30 | 50 | 236 | 62 | 50 |
| Binary | 110011 | 10011000 | 1110011 | 1000010 | 0 | 11000 | 101000 | 10011110 | 110010 | 101000 |
Color Harmonies of #339873
Complementary color
Monochromatic Colors of #339873
Black with #339873
Text Example
Text Example
White with #339873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339873; }
p { color: rgb(51,152,115); }
H1.HeaderClassName
{
color: #339873;
}
.AnyTagClassName
{
color: #339873;
}
</style>
background-color css
<style>
a { background-color: #339873; }
a { background-color: rgb(51,152,115); }
div.DivClassName
{
background-color: #339873;
}
.BgClassName
{
background-color: #339873;
}
</style>
border-color css
<style>
span { border-color: #339873; }
span { border-color: rgb(51,152,115); }
td.TdClassName
{
border-color: #339873;
}
.TagClassName
{
border-color: #339873;
}
</style>