Shades of Gossamer #389879
Tints of Gossamer #389879
RGB
CMYK
RGB Variations
Color information
#389879 (or 0x389879) is known color: Gossamer. HEX triplet: 38, 98 and 79. RGB value is (56,152,121). Sum of RGB (Red+Green+Blue) = 56+152+121=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #389879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389879 is #C76786. Grayscale: #777777. Windows color (decimal): -13068167 or 7968824. OLE color: 7968824.
HSL color Cylindrical-coordinate representation of color #389879: hue angle of 160.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389879 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 121 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.40 |
| HSL | 160.63º | 0.46% | 0.41% | - |
| HSV(B) | 160.63º | 0.63% | 0.6% | - |
| XYZ | 16.31 | 24.68 | 21.99 | - |
| YUV | 119.76 | 128.7 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 121 | 0.63 | 0 | 0.20 | 0.40 | 160.63 | 0.46 | 0.41 |
| Hex | 38 | 98 | 79 | 3F | 0 | 14 | 28 | A1 | 2E | 29 |
| Octal | 70 | 230 | 171 | 77 | 0 | 24 | 50 | 241 | 56 | 51 |
| Binary | 111000 | 10011000 | 1111001 | 111111 | 0 | 10100 | 101000 | 10100001 | 101110 | 101001 |
Color Harmonies of #389879
Complementary color
Monochromatic Colors of #389879
Black with #389879
Text Example
Text Example
White with #389879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389879; }
p { color: rgb(56,152,121); }
H1.HeaderClassName
{
color: #389879;
}
.AnyTagClassName
{
color: #389879;
}
</style>
background-color css
<style>
a { background-color: #389879; }
a { background-color: rgb(56,152,121); }
div.DivClassName
{
background-color: #389879;
}
.BgClassName
{
background-color: #389879;
}
</style>
border-color css
<style>
span { border-color: #389879; }
span { border-color: rgb(56,152,121); }
td.TdClassName
{
border-color: #389879;
}
.TagClassName
{
border-color: #389879;
}
</style>