Shades of Gossamer #33A678
Tints of Gossamer #33A678
RGB
CMYK
RGB Variations
Color information
#33A678 (or 0x33A678) is known color: Gossamer. HEX triplet: 33, A6 and 78. RGB value is (51,166,120). Sum of RGB (Red+Green+Blue) = 51+166+120=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 166 (65.23% from 255 or 49.26% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 166 - color contains mainly: green. Hex color #33A678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A678 is #CC5987. Grayscale: #7E7E7E. Windows color (decimal): -13392264 or 7906867. OLE color: 7906867.
HSL color Cylindrical-coordinate representation of color #33A678: hue angle of 156º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A678 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 166 | 120 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.35 |
| HSL | 156º | 0.53% | 0.43% | - |
| HSV(B) | 156º | 0.69% | 0.65% | - |
| XYZ | 18.39 | 29.33 | 22.46 | - |
| YUV | 126.37 | 124.4 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 120 | 0.69 | 0 | 0.28 | 0.35 | 156 | 0.53 | 0.43 |
| Hex | 33 | A6 | 78 | 45 | 0 | 1C | 23 | 9C | 35 | 2B |
| Octal | 63 | 246 | 170 | 105 | 0 | 34 | 43 | 234 | 65 | 53 |
| Binary | 110011 | 10100110 | 1111000 | 1000101 | 0 | 11100 | 100011 | 10011100 | 110101 | 101011 |
Color Harmonies of #33A678
Complementary color
Monochromatic Colors of #33A678
Black with #33A678
Text Example
Text Example
White with #33A678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A678; }
p { color: rgb(51,166,120); }
H1.HeaderClassName
{
color: #33A678;
}
.AnyTagClassName
{
color: #33A678;
}
</style>
background-color css
<style>
a { background-color: #33A678; }
a { background-color: rgb(51,166,120); }
div.DivClassName
{
background-color: #33A678;
}
.BgClassName
{
background-color: #33A678;
}
</style>
border-color css
<style>
span { border-color: #33A678; }
span { border-color: rgb(51,166,120); }
td.TdClassName
{
border-color: #33A678;
}
.TagClassName
{
border-color: #33A678;
}
</style>