Shades of Gossamer #33947A
Tints of Gossamer #33947A
RGB
CMYK
RGB Variations
Color information
#33947A (or 0x33947A) is known color: Gossamer. HEX triplet: 33, 94 and 7A. RGB value is (51,148,122). Sum of RGB (Red+Green+Blue) = 51+148+122=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 148 - color contains mainly: green. Hex color #33947A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33947A is #CC6B85. Grayscale: #747474. Windows color (decimal): -13396870 or 8033331. OLE color: 8033331.
HSL color Cylindrical-coordinate representation of color #33947A: hue angle of 163.92º 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 #33947A is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 122 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.42 |
| HSL | 163.92º | 0.49% | 0.39% | - |
| HSV(B) | 163.92º | 0.66% | 0.58% | - |
| XYZ | 15.47 | 23.29 | 22.09 | - |
| YUV | 116.03 | 131.36 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 122 | 0.66 | 0 | 0.18 | 0.42 | 163.92 | 0.49 | 0.39 |
| Hex | 33 | 94 | 7A | 42 | 0 | 12 | 2A | A4 | 31 | 27 |
| Octal | 63 | 224 | 172 | 102 | 0 | 22 | 52 | 244 | 61 | 47 |
| Binary | 110011 | 10010100 | 1111010 | 1000010 | 0 | 10010 | 101010 | 10100100 | 110001 | 100111 |
Color Harmonies of #33947A
Complementary color
Monochromatic Colors of #33947A
Black with #33947A
Text Example
Text Example
White with #33947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33947A; }
p { color: rgb(51,148,122); }
H1.HeaderClassName
{
color: #33947A;
}
.AnyTagClassName
{
color: #33947A;
}
</style>
background-color css
<style>
a { background-color: #33947A; }
a { background-color: rgb(51,148,122); }
div.DivClassName
{
background-color: #33947A;
}
.BgClassName
{
background-color: #33947A;
}
</style>
border-color css
<style>
span { border-color: #33947A; }
span { border-color: rgb(51,148,122); }
td.TdClassName
{
border-color: #33947A;
}
.TagClassName
{
border-color: #33947A;
}
</style>