Shades of Gossamer #309078
Tints of Gossamer #309078
RGB
CMYK
RGB Variations
Color information
#309078 (or 0x309078) is known color: Gossamer. HEX triplet: 30, 90 and 78. RGB value is (48,144,120). Sum of RGB (Red+Green+Blue) = 48+144+120=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #309078 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309078 is #CF6F87. Grayscale: #707070. Windows color (decimal): -13594504 or 7901232. OLE color: 7901232.
HSL color Cylindrical-coordinate representation of color #309078: hue angle of 165º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309078 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 120 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.44 |
| HSL | 165º | 0.5% | 0.38% | - |
| HSV(B) | 165º | 0.67% | 0.56% | - |
| XYZ | 14.58 | 21.93 | 21.23 | - |
| YUV | 112.56 | 132.2 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 120 | 0.67 | 0 | 0.17 | 0.44 | 165 | 0.5 | 0.38 |
| Hex | 30 | 90 | 78 | 43 | 0 | 11 | 2C | A5 | 32 | 26 |
| Octal | 60 | 220 | 170 | 103 | 0 | 21 | 54 | 245 | 62 | 46 |
| Binary | 110000 | 10010000 | 1111000 | 1000011 | 0 | 10001 | 101100 | 10100101 | 110010 | 100110 |
Color Harmonies of #309078
Complementary color
Monochromatic Colors of #309078
Black with #309078
Text Example
Text Example
White with #309078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309078; }
p { color: rgb(48,144,120); }
H1.HeaderClassName
{
color: #309078;
}
.AnyTagClassName
{
color: #309078;
}
</style>
background-color css
<style>
a { background-color: #309078; }
a { background-color: rgb(48,144,120); }
div.DivClassName
{
background-color: #309078;
}
.BgClassName
{
background-color: #309078;
}
</style>
border-color css
<style>
span { border-color: #309078; }
span { border-color: rgb(48,144,120); }
td.TdClassName
{
border-color: #309078;
}
.TagClassName
{
border-color: #309078;
}
</style>