Shades of Gossamer #39917B
Tints of Gossamer #39917B
RGB
CMYK
RGB Variations
Color information
#39917B (or 0x39917B) is known color: Gossamer. HEX triplet: 39, 91 and 7B. RGB value is (57,145,123). Sum of RGB (Red+Green+Blue) = 57+145+123=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #39917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39917B is #C66E84. Grayscale: #747474. Windows color (decimal): -13004421 or 8098105. OLE color: 8098105.
HSL color Cylindrical-coordinate representation of color #39917B: hue angle of 165º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39917B is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 123 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.43 |
| HSL | 165º | 0.44% | 0.4% | - |
| HSV(B) | 165º | 0.61% | 0.57% | - |
| XYZ | 15.39 | 22.55 | 22.28 | - |
| YUV | 116.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 123 | 0.61 | 0 | 0.15 | 0.43 | 165 | 0.44 | 0.4 |
| Hex | 39 | 91 | 7B | 3D | 0 | F | 2B | A5 | 2C | 28 |
| Octal | 71 | 221 | 173 | 75 | 0 | 17 | 53 | 245 | 54 | 50 |
| Binary | 111001 | 10010001 | 1111011 | 111101 | 0 | 1111 | 101011 | 10100101 | 101100 | 101000 |
Color Harmonies of #39917B
Complementary color
Monochromatic Colors of #39917B
Black with #39917B
Text Example
Text Example
White with #39917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39917B; }
p { color: rgb(57,145,123); }
H1.HeaderClassName
{
color: #39917B;
}
.AnyTagClassName
{
color: #39917B;
}
</style>
background-color css
<style>
a { background-color: #39917B; }
a { background-color: rgb(57,145,123); }
div.DivClassName
{
background-color: #39917B;
}
.BgClassName
{
background-color: #39917B;
}
</style>
border-color css
<style>
span { border-color: #39917B; }
span { border-color: rgb(57,145,123); }
td.TdClassName
{
border-color: #39917B;
}
.TagClassName
{
border-color: #39917B;
}
</style>