Shades of Gossamer #38917F
Tints of Gossamer #38917F
RGB
CMYK
RGB Variations
Color information
#38917F (or 0x38917F) is known color: Gossamer. HEX triplet: 38, 91 and 7F. RGB value is (56,145,127). Sum of RGB (Red+Green+Blue) = 56+145+127=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #38917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38917F is #C76E80. Grayscale: #747474. Windows color (decimal): -13069953 or 8360248. OLE color: 8360248.
HSL color Cylindrical-coordinate representation of color #38917F: hue angle of 167.87º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38917F is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 145 | 127 | - |
| CMYK | 0.61 | 0 | 0.12 | 0.43 |
| HSL | 167.87º | 0.44% | 0.39% | - |
| HSV(B) | 167.87º | 0.61% | 0.57% | - |
| XYZ | 15.59 | 22.62 | 23.62 | - |
| YUV | 116.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 127 | 0.61 | 0 | 0.12 | 0.43 | 167.87 | 0.44 | 0.39 |
| Hex | 38 | 91 | 7F | 3D | 0 | C | 2B | A8 | 2C | 27 |
| Octal | 70 | 221 | 177 | 75 | 0 | 14 | 53 | 250 | 54 | 47 |
| Binary | 111000 | 10010001 | 1111111 | 111101 | 0 | 1100 | 101011 | 10101000 | 101100 | 100111 |
Color Harmonies of #38917F
Complementary color
Monochromatic Colors of #38917F
Black with #38917F
Text Example
Text Example
White with #38917F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38917F; }
p { color: rgb(56,145,127); }
H1.HeaderClassName
{
color: #38917F;
}
.AnyTagClassName
{
color: #38917F;
}
</style>
background-color css
<style>
a { background-color: #38917F; }
a { background-color: rgb(56,145,127); }
div.DivClassName
{
background-color: #38917F;
}
.BgClassName
{
background-color: #38917F;
}
</style>
border-color css
<style>
span { border-color: #38917F; }
span { border-color: rgb(56,145,127); }
td.TdClassName
{
border-color: #38917F;
}
.TagClassName
{
border-color: #38917F;
}
</style>