Shades of Gossamer #33917D
Tints of Gossamer #33917D
RGB
CMYK
RGB Variations
Color information
#33917D (or 0x33917D) is known color: Gossamer. HEX triplet: 33, 91 and 7D. RGB value is (51,145,125). Sum of RGB (Red+Green+Blue) = 51+145+125=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #33917D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33917D is #CC6E82. Grayscale: #727272. Windows color (decimal): -13397635 or 8229171. OLE color: 8229171.
HSL color Cylindrical-coordinate representation of color #33917D: hue angle of 167.23º 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 #33917D is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 145 | 125 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.43 |
| HSL | 167.23º | 0.48% | 0.38% | - |
| HSV(B) | 167.23º | 0.65% | 0.57% | - |
| XYZ | 15.19 | 22.44 | 22.93 | - |
| YUV | 114.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 145 | 125 | 0.65 | 0 | 0.14 | 0.43 | 167.23 | 0.48 | 0.38 |
| Hex | 33 | 91 | 7D | 41 | 0 | E | 2B | A7 | 30 | 26 |
| Octal | 63 | 221 | 175 | 101 | 0 | 16 | 53 | 247 | 60 | 46 |
| Binary | 110011 | 10010001 | 1111101 | 1000001 | 0 | 1110 | 101011 | 10100111 | 110000 | 100110 |
Color Harmonies of #33917D
Complementary color
Monochromatic Colors of #33917D
Black with #33917D
Text Example
Text Example
White with #33917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33917D; }
p { color: rgb(51,145,125); }
H1.HeaderClassName
{
color: #33917D;
}
.AnyTagClassName
{
color: #33917D;
}
</style>
background-color css
<style>
a { background-color: #33917D; }
a { background-color: rgb(51,145,125); }
div.DivClassName
{
background-color: #33917D;
}
.BgClassName
{
background-color: #33917D;
}
</style>
border-color css
<style>
span { border-color: #33917D; }
span { border-color: rgb(51,145,125); }
td.TdClassName
{
border-color: #33917D;
}
.TagClassName
{
border-color: #33917D;
}
</style>