Shades of Gossamer #389876
Tints of Gossamer #389876
RGB
CMYK
RGB Variations
Color information
#389876 (or 0x389876) is known color: Gossamer. HEX triplet: 38, 98 and 76. RGB value is (56,152,118). Sum of RGB (Red+Green+Blue) = 56+152+118=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #389876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389876 is #C76789. Grayscale: #777777. Windows color (decimal): -13068170 or 7772216. OLE color: 7772216.
HSL color Cylindrical-coordinate representation of color #389876: hue angle of 158.75º 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 #389876 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 118 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.40 |
| HSL | 158.75º | 0.46% | 0.41% | - |
| HSV(B) | 158.75º | 0.63% | 0.6% | - |
| XYZ | 16.13 | 24.61 | 21.04 | - |
| YUV | 119.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 118 | 0.63 | 0 | 0.22 | 0.40 | 158.75 | 0.46 | 0.41 |
| Hex | 38 | 98 | 76 | 3F | 0 | 16 | 28 | 9F | 2E | 29 |
| Octal | 70 | 230 | 166 | 77 | 0 | 26 | 50 | 237 | 56 | 51 |
| Binary | 111000 | 10011000 | 1110110 | 111111 | 0 | 10110 | 101000 | 10011111 | 101110 | 101001 |
Color Harmonies of #389876
Complementary color
Monochromatic Colors of #389876
Black with #389876
Text Example
Text Example
White with #389876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389876; }
p { color: rgb(56,152,118); }
H1.HeaderClassName
{
color: #389876;
}
.AnyTagClassName
{
color: #389876;
}
</style>
background-color css
<style>
a { background-color: #389876; }
a { background-color: rgb(56,152,118); }
div.DivClassName
{
background-color: #389876;
}
.BgClassName
{
background-color: #389876;
}
</style>
border-color css
<style>
span { border-color: #389876; }
span { border-color: rgb(56,152,118); }
td.TdClassName
{
border-color: #389876;
}
.TagClassName
{
border-color: #389876;
}
</style>