Shades of Gossamer #389D75
Tints of Gossamer #389D75
RGB
CMYK
RGB Variations
Color information
#389D75 (or 0x389D75) is known color: Gossamer. HEX triplet: 38, 9D and 75. RGB value is (56,157,117). Sum of RGB (Red+Green+Blue) = 56+157+117=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #389D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D75 is #C7628A. Grayscale: #7A7A7A. Windows color (decimal): -13066891 or 7707960. OLE color: 7707960.
HSL color Cylindrical-coordinate representation of color #389D75: hue angle of 156.24º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #389D75 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 117 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.38 |
| HSL | 156.24º | 0.47% | 0.42% | - |
| HSV(B) | 156.24º | 0.64% | 0.62% | - |
| XYZ | 16.9 | 26.24 | 21 | - |
| YUV | 122.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 117 | 0.64 | 0 | 0.25 | 0.38 | 156.24 | 0.47 | 0.42 |
| Hex | 38 | 9D | 75 | 40 | 0 | 19 | 26 | 9C | 2F | 2A |
| Octal | 70 | 235 | 165 | 100 | 0 | 31 | 46 | 234 | 57 | 52 |
| Binary | 111000 | 10011101 | 1110101 | 1000000 | 0 | 11001 | 100110 | 10011100 | 101111 | 101010 |
Color Harmonies of #389D75
Complementary color
Monochromatic Colors of #389D75
Black with #389D75
Text Example
Text Example
White with #389D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D75; }
p { color: rgb(56,157,117); }
H1.HeaderClassName
{
color: #389D75;
}
.AnyTagClassName
{
color: #389D75;
}
</style>
background-color css
<style>
a { background-color: #389D75; }
a { background-color: rgb(56,157,117); }
div.DivClassName
{
background-color: #389D75;
}
.BgClassName
{
background-color: #389D75;
}
</style>
border-color css
<style>
span { border-color: #389D75; }
span { border-color: rgb(56,157,117); }
td.TdClassName
{
border-color: #389D75;
}
.TagClassName
{
border-color: #389D75;
}
</style>