Shades of Gossamer #339575
Tints of Gossamer #339575
RGB
CMYK
RGB Variations
Color information
#339575 (or 0x339575) is known color: Gossamer. HEX triplet: 33, 95 and 75. RGB value is (51,149,117). Sum of RGB (Red+Green+Blue) = 51+149+117=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #339575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339575 is #CC6A8A. Grayscale: #747474. Windows color (decimal): -13396619 or 7705907. OLE color: 7705907.
HSL color Cylindrical-coordinate representation of color #339575: hue angle of 160.41º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339575 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 149 | 117 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.42 |
| HSL | 160.41º | 0.49% | 0.39% | - |
| HSV(B) | 160.41º | 0.66% | 0.58% | - |
| XYZ | 15.32 | 23.48 | 20.55 | - |
| YUV | 116.05 | 128.53 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 117 | 0.66 | 0 | 0.21 | 0.42 | 160.41 | 0.49 | 0.39 |
| Hex | 33 | 95 | 75 | 42 | 0 | 15 | 2A | A0 | 31 | 27 |
| Octal | 63 | 225 | 165 | 102 | 0 | 25 | 52 | 240 | 61 | 47 |
| Binary | 110011 | 10010101 | 1110101 | 1000010 | 0 | 10101 | 101010 | 10100000 | 110001 | 100111 |
Color Harmonies of #339575
Complementary color
Monochromatic Colors of #339575
Black with #339575
Text Example
Text Example
White with #339575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339575; }
p { color: rgb(51,149,117); }
H1.HeaderClassName
{
color: #339575;
}
.AnyTagClassName
{
color: #339575;
}
</style>
background-color css
<style>
a { background-color: #339575; }
a { background-color: rgb(51,149,117); }
div.DivClassName
{
background-color: #339575;
}
.BgClassName
{
background-color: #339575;
}
</style>
border-color css
<style>
span { border-color: #339575; }
span { border-color: rgb(51,149,117); }
td.TdClassName
{
border-color: #339575;
}
.TagClassName
{
border-color: #339575;
}
</style>