Shades of Gossamer #39937B
Tints of Gossamer #39937B
RGB
CMYK
RGB Variations
Color information
#39937B (or 0x39937B) is known color: Gossamer. HEX triplet: 39, 93 and 7B. RGB value is (57,147,123). Sum of RGB (Red+Green+Blue) = 57+147+123=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #39937B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39937B is #C66C84. Grayscale: #757575. Windows color (decimal): -13003909 or 8098617. OLE color: 8098617.
HSL color Cylindrical-coordinate representation of color #39937B: hue angle of 164º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39937B is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 147 | 123 | - |
| CMYK | 0.61 | 0 | 0.16 | 0.42 |
| HSL | 164º | 0.44% | 0.4% | - |
| HSV(B) | 164º | 0.61% | 0.58% | - |
| XYZ | 15.7 | 23.17 | 22.38 | - |
| YUV | 117.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 147 | 123 | 0.61 | 0 | 0.16 | 0.42 | 164 | 0.44 | 0.4 |
| Hex | 39 | 93 | 7B | 3D | 0 | 10 | 2A | A4 | 2C | 28 |
| Octal | 71 | 223 | 173 | 75 | 0 | 20 | 52 | 244 | 54 | 50 |
| Binary | 111001 | 10010011 | 1111011 | 111101 | 0 | 10000 | 101010 | 10100100 | 101100 | 101000 |
Color Harmonies of #39937B
Complementary color
Monochromatic Colors of #39937B
Black with #39937B
Text Example
Text Example
White with #39937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39937B; }
p { color: rgb(57,147,123); }
H1.HeaderClassName
{
color: #39937B;
}
.AnyTagClassName
{
color: #39937B;
}
</style>
background-color css
<style>
a { background-color: #39937B; }
a { background-color: rgb(57,147,123); }
div.DivClassName
{
background-color: #39937B;
}
.BgClassName
{
background-color: #39937B;
}
</style>
border-color css
<style>
span { border-color: #39937B; }
span { border-color: rgb(57,147,123); }
td.TdClassName
{
border-color: #39937B;
}
.TagClassName
{
border-color: #39937B;
}
</style>