Shades of Gossamer #309673
Tints of Gossamer #309673
RGB
CMYK
RGB Variations
Color information
#309673 (or 0x309673) is known color: Gossamer. HEX triplet: 30, 96 and 73. RGB value is (48,150,115). Sum of RGB (Red+Green+Blue) = 48+150+115=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #309673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309673 is #CF698C. Grayscale: #737373. Windows color (decimal): -13592973 or 7575088. OLE color: 7575088.
HSL color Cylindrical-coordinate representation of color #309673: hue angle of 159.41º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309673 is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 48 | 150 | 115 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.41 |
| HSL | 159.41º | 0.52% | 0.39% | - |
| HSV(B) | 159.41º | 0.68% | 0.59% | - |
| XYZ | 15.22 | 23.68 | 19.99 | - |
| YUV | 115.51 | 127.71 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 150 | 115 | 0.68 | 0 | 0.23 | 0.41 | 159.41 | 0.52 | 0.39 |
| Hex | 30 | 96 | 73 | 44 | 0 | 17 | 29 | 9F | 34 | 27 |
| Octal | 60 | 226 | 163 | 104 | 0 | 27 | 51 | 237 | 64 | 47 |
| Binary | 110000 | 10010110 | 1110011 | 1000100 | 0 | 10111 | 101001 | 10011111 | 110100 | 100111 |
Color Harmonies of #309673
Complementary color
Monochromatic Colors of #309673
Black with #309673
Text Example
Text Example
White with #309673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309673; }
p { color: rgb(48,150,115); }
H1.HeaderClassName
{
color: #309673;
}
.AnyTagClassName
{
color: #309673;
}
</style>
background-color css
<style>
a { background-color: #309673; }
a { background-color: rgb(48,150,115); }
div.DivClassName
{
background-color: #309673;
}
.BgClassName
{
background-color: #309673;
}
</style>
border-color css
<style>
span { border-color: #309673; }
span { border-color: rgb(48,150,115); }
td.TdClassName
{
border-color: #309673;
}
.TagClassName
{
border-color: #309673;
}
</style>