Shades of Gossamer #38937F
Tints of Gossamer #38937F
RGB
CMYK
RGB Variations
Color information
#38937F (or 0x38937F) is known color: Gossamer. HEX triplet: 38, 93 and 7F. RGB value is (56,147,127). Sum of RGB (Red+Green+Blue) = 56+147+127=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 147 - color contains mainly: green. Hex color #38937F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38937F is #C76C80. Grayscale: #757575. Windows color (decimal): -13069441 or 8360760. OLE color: 8360760.
HSL color Cylindrical-coordinate representation of color #38937F: hue angle of 166.81º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38937F is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 147 | 127 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.42 |
| HSL | 166.81º | 0.45% | 0.4% | - |
| HSV(B) | 166.81º | 0.62% | 0.58% | - |
| XYZ | 15.9 | 23.24 | 23.73 | - |
| YUV | 117.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 147 | 127 | 0.62 | 0 | 0.14 | 0.42 | 166.81 | 0.45 | 0.4 |
| Hex | 38 | 93 | 7F | 3E | 0 | E | 2A | A7 | 2D | 28 |
| Octal | 70 | 223 | 177 | 76 | 0 | 16 | 52 | 247 | 55 | 50 |
| Binary | 111000 | 10010011 | 1111111 | 111110 | 0 | 1110 | 101010 | 10100111 | 101101 | 101000 |
Color Harmonies of #38937F
Complementary color
Monochromatic Colors of #38937F
Black with #38937F
Text Example
Text Example
White with #38937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38937F; }
p { color: rgb(56,147,127); }
H1.HeaderClassName
{
color: #38937F;
}
.AnyTagClassName
{
color: #38937F;
}
</style>
background-color css
<style>
a { background-color: #38937F; }
a { background-color: rgb(56,147,127); }
div.DivClassName
{
background-color: #38937F;
}
.BgClassName
{
background-color: #38937F;
}
</style>
border-color css
<style>
span { border-color: #38937F; }
span { border-color: rgb(56,147,127); }
td.TdClassName
{
border-color: #38937F;
}
.TagClassName
{
border-color: #38937F;
}
</style>