Shades of Gossamer #33978A
Tints of Gossamer #33978A
RGB
CMYK
RGB Variations
Color information
#33978A (or 0x33978A) is known color: Gossamer. HEX triplet: 33, 97 and 8A. RGB value is (51,151,138). Sum of RGB (Red+Green+Blue) = 51+151+138=340 (45% of max value = 765). Red value is 51 (20.31% from 255 or 15% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 151 - color contains mainly: green. Hex color #33978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33978A is #CC6875. Grayscale: #777777. Windows color (decimal): -13396086 or 9082675. OLE color: 9082675.
HSL color Cylindrical-coordinate representation of color #33978A: hue angle of 172.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33978A is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 151 | 138 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.41 |
| HSL | 172.2º | 0.5% | 0.4% | - |
| HSV(B) | 172.2º | 0.66% | 0.59% | - |
| XYZ | 17.02 | 24.67 | 27.91 | - |
| YUV | 119.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 138 | 0.66 | 0 | 0.09 | 0.41 | 172.2 | 0.5 | 0.4 |
| Hex | 33 | 97 | 8A | 42 | 0 | 9 | 29 | AC | 32 | 28 |
| Octal | 63 | 227 | 212 | 102 | 0 | 11 | 51 | 254 | 62 | 50 |
| Binary | 110011 | 10010111 | 10001010 | 1000010 | 0 | 1001 | 101001 | 10101100 | 110010 | 101000 |
Color Harmonies of #33978A
Complementary color
Monochromatic Colors of #33978A
Black with #33978A
Text Example
Text Example
White with #33978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33978A; }
p { color: rgb(51,151,138); }
H1.HeaderClassName
{
color: #33978A;
}
.AnyTagClassName
{
color: #33978A;
}
</style>
background-color css
<style>
a { background-color: #33978A; }
a { background-color: rgb(51,151,138); }
div.DivClassName
{
background-color: #33978A;
}
.BgClassName
{
background-color: #33978A;
}
</style>
border-color css
<style>
span { border-color: #33978A; }
span { border-color: rgb(51,151,138); }
td.TdClassName
{
border-color: #33978A;
}
.TagClassName
{
border-color: #33978A;
}
</style>