Shades of Gossamer #309077
Tints of Gossamer #309077
RGB
CMYK
RGB Variations
Color information
#309077 (or 0x309077) is known color: Gossamer. HEX triplet: 30, 90 and 77. RGB value is (48,144,119). Sum of RGB (Red+Green+Blue) = 48+144+119=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #309077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309077 is #CF6F88. Grayscale: #707070. Windows color (decimal): -13594505 or 7835696. OLE color: 7835696.
HSL color Cylindrical-coordinate representation of color #309077: hue angle of 164.38º 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 #309077 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 48 | 144 | 119 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.44 |
| HSL | 164.38º | 0.5% | 0.38% | - |
| HSV(B) | 164.38º | 0.67% | 0.56% | - |
| XYZ | 14.52 | 21.91 | 20.92 | - |
| YUV | 112.45 | 131.7 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 119 | 0.67 | 0 | 0.17 | 0.44 | 164.38 | 0.5 | 0.38 |
| Hex | 30 | 90 | 77 | 43 | 0 | 11 | 2C | A4 | 32 | 26 |
| Octal | 60 | 220 | 167 | 103 | 0 | 21 | 54 | 244 | 62 | 46 |
| Binary | 110000 | 10010000 | 1110111 | 1000011 | 0 | 10001 | 101100 | 10100100 | 110010 | 100110 |
Color Harmonies of #309077
Complementary color
Monochromatic Colors of #309077
Black with #309077
Text Example
Text Example
White with #309077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309077; }
p { color: rgb(48,144,119); }
H1.HeaderClassName
{
color: #309077;
}
.AnyTagClassName
{
color: #309077;
}
</style>
background-color css
<style>
a { background-color: #309077; }
a { background-color: rgb(48,144,119); }
div.DivClassName
{
background-color: #309077;
}
.BgClassName
{
background-color: #309077;
}
</style>
border-color css
<style>
span { border-color: #309077; }
span { border-color: rgb(48,144,119); }
td.TdClassName
{
border-color: #309077;
}
.TagClassName
{
border-color: #309077;
}
</style>