Shades of Gossamer #389D74
Tints of Gossamer #389D74
RGB
CMYK
RGB Variations
Color information
#389D74 (or 0x389D74) is known color: Gossamer. HEX triplet: 38, 9D and 74. RGB value is (56,157,116). Sum of RGB (Red+Green+Blue) = 56+157+116=329 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.02% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #389D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389D74 is #C7628B. Grayscale: #7A7A7A. Windows color (decimal): -13066892 or 7642424. OLE color: 7642424.
HSL color Cylindrical-coordinate representation of color #389D74: hue angle of 155.64º 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 #389D74 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 116 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.38 |
| HSL | 155.64º | 0.47% | 0.42% | - |
| HSV(B) | 155.64º | 0.64% | 0.62% | - |
| XYZ | 16.84 | 26.22 | 20.7 | - |
| YUV | 122.13 | 124.54 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 116 | 0.64 | 0 | 0.26 | 0.38 | 155.64 | 0.47 | 0.42 |
| Hex | 38 | 9D | 74 | 40 | 0 | 1A | 26 | 9C | 2F | 2A |
| Octal | 70 | 235 | 164 | 100 | 0 | 32 | 46 | 234 | 57 | 52 |
| Binary | 111000 | 10011101 | 1110100 | 1000000 | 0 | 11010 | 100110 | 10011100 | 101111 | 101010 |
Color Harmonies of #389D74
Complementary color
Monochromatic Colors of #389D74
Black with #389D74
Text Example
Text Example
White with #389D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D74; }
p { color: rgb(56,157,116); }
H1.HeaderClassName
{
color: #389D74;
}
.AnyTagClassName
{
color: #389D74;
}
</style>
background-color css
<style>
a { background-color: #389D74; }
a { background-color: rgb(56,157,116); }
div.DivClassName
{
background-color: #389D74;
}
.BgClassName
{
background-color: #389D74;
}
</style>
border-color css
<style>
span { border-color: #389D74; }
span { border-color: rgb(56,157,116); }
td.TdClassName
{
border-color: #389D74;
}
.TagClassName
{
border-color: #389D74;
}
</style>