Shades of Gossamer #33917E
Tints of Gossamer #33917E
RGB
CMYK
RGB Variations
Color information
#33917E (or 0x33917E) is known color: Gossamer. HEX triplet: 33, 91 and 7E. RGB value is (51,145,126). Sum of RGB (Red+Green+Blue) = 51+145+126=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #33917E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33917E is #CC6E81. Grayscale: #727272. Windows color (decimal): -13397634 or 8294707. OLE color: 8294707.
HSL color Cylindrical-coordinate representation of color #33917E: hue angle of 167.87º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33917E is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 145 | 126 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.43 |
| HSL | 167.87º | 0.48% | 0.38% | - |
| HSV(B) | 167.87º | 0.65% | 0.57% | - |
| XYZ | 15.26 | 22.46 | 23.27 | - |
| YUV | 114.73 | 134.36 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 126 | 0.65 | 0 | 0.13 | 0.43 | 167.87 | 0.48 | 0.38 |
| Hex | 33 | 91 | 7E | 41 | 0 | D | 2B | A8 | 30 | 26 |
| Octal | 63 | 221 | 176 | 101 | 0 | 15 | 53 | 250 | 60 | 46 |
| Binary | 110011 | 10010001 | 1111110 | 1000001 | 0 | 1101 | 101011 | 10101000 | 110000 | 100110 |
Color Harmonies of #33917E
Complementary color
Monochromatic Colors of #33917E
Black with #33917E
Text Example
Text Example
White with #33917E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33917E; }
p { color: rgb(51,145,126); }
H1.HeaderClassName
{
color: #33917E;
}
.AnyTagClassName
{
color: #33917E;
}
</style>
background-color css
<style>
a { background-color: #33917E; }
a { background-color: rgb(51,145,126); }
div.DivClassName
{
background-color: #33917E;
}
.BgClassName
{
background-color: #33917E;
}
</style>
border-color css
<style>
span { border-color: #33917E; }
span { border-color: rgb(51,145,126); }
td.TdClassName
{
border-color: #33917E;
}
.TagClassName
{
border-color: #33917E;
}
</style>