Shades of Gossamer #339376
Tints of Gossamer #339376
RGB
CMYK
RGB Variations
Color information
#339376 (or 0x339376) is known color: Gossamer. HEX triplet: 33, 93 and 76. RGB value is (51,147,118). Sum of RGB (Red+Green+Blue) = 51+147+118=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #339376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339376 is #CC6C89. Grayscale: #737373. Windows color (decimal): -13397130 or 7770931. OLE color: 7770931.
HSL color Cylindrical-coordinate representation of color #339376: hue angle of 161.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339376 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 147 | 118 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.42 |
| HSL | 161.88º | 0.48% | 0.39% | - |
| HSV(B) | 161.88º | 0.65% | 0.58% | - |
| XYZ | 15.07 | 22.88 | 20.76 | - |
| YUV | 114.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 147 | 118 | 0.65 | 0 | 0.20 | 0.42 | 161.88 | 0.48 | 0.39 |
| Hex | 33 | 93 | 76 | 41 | 0 | 14 | 2A | A2 | 30 | 27 |
| Octal | 63 | 223 | 166 | 101 | 0 | 24 | 52 | 242 | 60 | 47 |
| Binary | 110011 | 10010011 | 1110110 | 1000001 | 0 | 10100 | 101010 | 10100010 | 110000 | 100111 |
Color Harmonies of #339376
Complementary color
Monochromatic Colors of #339376
Black with #339376
Text Example
Text Example
White with #339376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339376; }
p { color: rgb(51,147,118); }
H1.HeaderClassName
{
color: #339376;
}
.AnyTagClassName
{
color: #339376;
}
</style>
background-color css
<style>
a { background-color: #339376; }
a { background-color: rgb(51,147,118); }
div.DivClassName
{
background-color: #339376;
}
.BgClassName
{
background-color: #339376;
}
</style>
border-color css
<style>
span { border-color: #339376; }
span { border-color: rgb(51,147,118); }
td.TdClassName
{
border-color: #339376;
}
.TagClassName
{
border-color: #339376;
}
</style>