Shades of Gossamer #339875
Tints of Gossamer #339875
RGB
CMYK
RGB Variations
Color information
#339875 (or 0x339875) is known color: Gossamer. HEX triplet: 33, 98 and 75. RGB value is (51,152,117). Sum of RGB (Red+Green+Blue) = 51+152+117=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #339875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339875 is #CC678A. Grayscale: #757575. Windows color (decimal): -13395851 or 7706675. OLE color: 7706675.
HSL color Cylindrical-coordinate representation of color #339875: hue angle of 159.21º 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 #339875 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 117 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.40 |
| HSL | 159.21º | 0.5% | 0.4% | - |
| HSV(B) | 159.21º | 0.66% | 0.6% | - |
| XYZ | 15.8 | 24.44 | 20.71 | - |
| YUV | 117.81 | 127.54 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 117 | 0.66 | 0 | 0.23 | 0.40 | 159.21 | 0.5 | 0.4 |
| Hex | 33 | 98 | 75 | 42 | 0 | 17 | 28 | 9F | 32 | 28 |
| Octal | 63 | 230 | 165 | 102 | 0 | 27 | 50 | 237 | 62 | 50 |
| Binary | 110011 | 10011000 | 1110101 | 1000010 | 0 | 10111 | 101000 | 10011111 | 110010 | 101000 |
Color Harmonies of #339875
Complementary color
Monochromatic Colors of #339875
Black with #339875
Text Example
Text Example
White with #339875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339875; }
p { color: rgb(51,152,117); }
H1.HeaderClassName
{
color: #339875;
}
.AnyTagClassName
{
color: #339875;
}
</style>
background-color css
<style>
a { background-color: #339875; }
a { background-color: rgb(51,152,117); }
div.DivClassName
{
background-color: #339875;
}
.BgClassName
{
background-color: #339875;
}
</style>
border-color css
<style>
span { border-color: #339875; }
span { border-color: rgb(51,152,117); }
td.TdClassName
{
border-color: #339875;
}
.TagClassName
{
border-color: #339875;
}
</style>