Shades of Gossamer #389F78
Tints of Gossamer #389F78
RGB
CMYK
RGB Variations
Color information
#389F78 (or 0x389F78) is known color: Gossamer. HEX triplet: 38, 9F and 78. RGB value is (56,159,120). Sum of RGB (Red+Green+Blue) = 56+159+120=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #389F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F78 is #C76087. Grayscale: #7B7B7B. Windows color (decimal): -13066376 or 7905080. OLE color: 7905080.
HSL color Cylindrical-coordinate representation of color #389F78: hue angle of 157.28º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F78 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 120 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.38 |
| HSL | 157.28º | 0.48% | 0.42% | - |
| HSV(B) | 157.28º | 0.65% | 0.62% | - |
| XYZ | 17.42 | 26.99 | 22.06 | - |
| YUV | 123.76 | 125.88 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 120 | 0.65 | 0 | 0.25 | 0.38 | 157.28 | 0.48 | 0.42 |
| Hex | 38 | 9F | 78 | 41 | 0 | 19 | 26 | 9D | 30 | 2A |
| Octal | 70 | 237 | 170 | 101 | 0 | 31 | 46 | 235 | 60 | 52 |
| Binary | 111000 | 10011111 | 1111000 | 1000001 | 0 | 11001 | 100110 | 10011101 | 110000 | 101010 |
Color Harmonies of #389F78
Complementary color
Monochromatic Colors of #389F78
Black with #389F78
Text Example
Text Example
White with #389F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F78; }
p { color: rgb(56,159,120); }
H1.HeaderClassName
{
color: #389F78;
}
.AnyTagClassName
{
color: #389F78;
}
</style>
background-color css
<style>
a { background-color: #389F78; }
a { background-color: rgb(56,159,120); }
div.DivClassName
{
background-color: #389F78;
}
.BgClassName
{
background-color: #389F78;
}
</style>
border-color css
<style>
span { border-color: #389F78; }
span { border-color: rgb(56,159,120); }
td.TdClassName
{
border-color: #389F78;
}
.TagClassName
{
border-color: #389F78;
}
</style>