Shades of Gossamer #389674
Tints of Gossamer #389674
RGB
CMYK
RGB Variations
Color information
#389674 (or 0x389674) is known color: Gossamer. HEX triplet: 38, 96 and 74. RGB value is (56,150,116). Sum of RGB (Red+Green+Blue) = 56+150+116=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #389674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389674 is #C7698B. Grayscale: #767676. Windows color (decimal): -13068684 or 7640632. OLE color: 7640632.
HSL color Cylindrical-coordinate representation of color #389674: hue angle of 158.3º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389674 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 150 | 116 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.41 |
| HSL | 158.3º | 0.46% | 0.4% | - |
| HSV(B) | 158.3º | 0.63% | 0.59% | - |
| XYZ | 15.69 | 23.91 | 20.31 | - |
| YUV | 118.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 116 | 0.63 | 0 | 0.23 | 0.41 | 158.3 | 0.46 | 0.4 |
| Hex | 38 | 96 | 74 | 3F | 0 | 17 | 29 | 9E | 2E | 28 |
| Octal | 70 | 226 | 164 | 77 | 0 | 27 | 51 | 236 | 56 | 50 |
| Binary | 111000 | 10010110 | 1110100 | 111111 | 0 | 10111 | 101001 | 10011110 | 101110 | 101000 |
Color Harmonies of #389674
Complementary color
Monochromatic Colors of #389674
Black with #389674
Text Example
Text Example
White with #389674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389674; }
p { color: rgb(56,150,116); }
H1.HeaderClassName
{
color: #389674;
}
.AnyTagClassName
{
color: #389674;
}
</style>
background-color css
<style>
a { background-color: #389674; }
a { background-color: rgb(56,150,116); }
div.DivClassName
{
background-color: #389674;
}
.BgClassName
{
background-color: #389674;
}
</style>
border-color css
<style>
span { border-color: #389674; }
span { border-color: rgb(56,150,116); }
td.TdClassName
{
border-color: #389674;
}
.TagClassName
{
border-color: #389674;
}
</style>