Shades of Gossamer #33A278
Tints of Gossamer #33A278
RGB
CMYK
RGB Variations
Color information
#33A278 (or 0x33A278) is known color: Gossamer. HEX triplet: 33, A2 and 78. RGB value is (51,162,120). Sum of RGB (Red+Green+Blue) = 51+162+120=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #33A278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A278 is #CC5D87. Grayscale: #7C7C7C. Windows color (decimal): -13393288 or 7905843. OLE color: 7905843.
HSL color Cylindrical-coordinate representation of color #33A278: hue angle of 157.3º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A278 is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 162 | 120 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.36 |
| HSL | 157.3º | 0.52% | 0.42% | - |
| HSV(B) | 157.3º | 0.69% | 0.64% | - |
| XYZ | 17.68 | 27.9 | 22.22 | - |
| YUV | 124.02 | 125.73 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 162 | 120 | 0.69 | 0 | 0.26 | 0.36 | 157.3 | 0.52 | 0.42 |
| Hex | 33 | A2 | 78 | 45 | 0 | 1A | 24 | 9D | 34 | 2A |
| Octal | 63 | 242 | 170 | 105 | 0 | 32 | 44 | 235 | 64 | 52 |
| Binary | 110011 | 10100010 | 1111000 | 1000101 | 0 | 11010 | 100100 | 10011101 | 110100 | 101010 |
Color Harmonies of #33A278
Complementary color
Monochromatic Colors of #33A278
Black with #33A278
Text Example
Text Example
White with #33A278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A278; }
p { color: rgb(51,162,120); }
H1.HeaderClassName
{
color: #33A278;
}
.AnyTagClassName
{
color: #33A278;
}
</style>
background-color css
<style>
a { background-color: #33A278; }
a { background-color: rgb(51,162,120); }
div.DivClassName
{
background-color: #33A278;
}
.BgClassName
{
background-color: #33A278;
}
</style>
border-color css
<style>
span { border-color: #33A278; }
span { border-color: rgb(51,162,120); }
td.TdClassName
{
border-color: #33A278;
}
.TagClassName
{
border-color: #33A278;
}
</style>