Shades of Gossamer #38967C
Tints of Gossamer #38967C
RGB
CMYK
RGB Variations
Color information
#38967C (or 0x38967C) is known color: Gossamer. HEX triplet: 38, 96 and 7C. RGB value is (56,150,124). Sum of RGB (Red+Green+Blue) = 56+150+124=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #38967C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38967C is #C76983. Grayscale: #767676. Windows color (decimal): -13068676 or 8164920. OLE color: 8164920.
HSL color Cylindrical-coordinate representation of color #38967C: hue angle of 163.4º 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 #38967C is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 150 | 124 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.41 |
| HSL | 163.4º | 0.46% | 0.4% | - |
| HSV(B) | 163.4º | 0.63% | 0.59% | - |
| XYZ | 16.18 | 24.11 | 22.87 | - |
| YUV | 118.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 124 | 0.63 | 0 | 0.17 | 0.41 | 163.4 | 0.46 | 0.4 |
| Hex | 38 | 96 | 7C | 3F | 0 | 11 | 29 | A3 | 2E | 28 |
| Octal | 70 | 226 | 174 | 77 | 0 | 21 | 51 | 243 | 56 | 50 |
| Binary | 111000 | 10010110 | 1111100 | 111111 | 0 | 10001 | 101001 | 10100011 | 101110 | 101000 |
Color Harmonies of #38967C
Complementary color
Monochromatic Colors of #38967C
Black with #38967C
Text Example
Text Example
White with #38967C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38967C; }
p { color: rgb(56,150,124); }
H1.HeaderClassName
{
color: #38967C;
}
.AnyTagClassName
{
color: #38967C;
}
</style>
background-color css
<style>
a { background-color: #38967C; }
a { background-color: rgb(56,150,124); }
div.DivClassName
{
background-color: #38967C;
}
.BgClassName
{
background-color: #38967C;
}
</style>
border-color css
<style>
span { border-color: #38967C; }
span { border-color: rgb(56,150,124); }
td.TdClassName
{
border-color: #38967C;
}
.TagClassName
{
border-color: #38967C;
}
</style>