Shades of Gossamer #389875
Tints of Gossamer #389875
RGB
CMYK
RGB Variations
Color information
#389875 (or 0x389875) is known color: Gossamer. HEX triplet: 38, 98 and 75. RGB value is (56,152,117). Sum of RGB (Red+Green+Blue) = 56+152+117=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #389875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389875 is #C7678A. Grayscale: #777777. Windows color (decimal): -13068171 or 7706680. OLE color: 7706680.
HSL color Cylindrical-coordinate representation of color #389875: hue angle of 158.12º 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 #389875 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 117 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.40 |
| HSL | 158.13º | 0.46% | 0.41% | - |
| HSV(B) | 158.13º | 0.63% | 0.6% | - |
| XYZ | 16.07 | 24.58 | 20.73 | - |
| YUV | 119.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 117 | 0.63 | 0 | 0.23 | 0.40 | 158.13 | 0.46 | 0.41 |
| Hex | 38 | 98 | 75 | 3F | 0 | 17 | 28 | 9E | 2E | 29 |
| Octal | 70 | 230 | 165 | 77 | 0 | 27 | 50 | 236 | 56 | 51 |
| Binary | 111000 | 10011000 | 1110101 | 111111 | 0 | 10111 | 101000 | 10011110 | 101110 | 101001 |
Color Harmonies of #389875
Complementary color
Monochromatic Colors of #389875
Black with #389875
Text Example
Text Example
White with #389875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389875; }
p { color: rgb(56,152,117); }
H1.HeaderClassName
{
color: #389875;
}
.AnyTagClassName
{
color: #389875;
}
</style>
background-color css
<style>
a { background-color: #389875; }
a { background-color: rgb(56,152,117); }
div.DivClassName
{
background-color: #389875;
}
.BgClassName
{
background-color: #389875;
}
</style>
border-color css
<style>
span { border-color: #389875; }
span { border-color: rgb(56,152,117); }
td.TdClassName
{
border-color: #389875;
}
.TagClassName
{
border-color: #389875;
}
</style>