Shades of Gossamer #39957B
Tints of Gossamer #39957B
RGB
CMYK
RGB Variations
Color information
#39957B (or 0x39957B) is known color: Gossamer. HEX triplet: 39, 95 and 7B. RGB value is (57,149,123). Sum of RGB (Red+Green+Blue) = 57+149+123=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #39957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39957B is #C66A84. Grayscale: #767676. Windows color (decimal): -13003397 or 8099129. OLE color: 8099129.
HSL color Cylindrical-coordinate representation of color #39957B: hue angle of 163.04º 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 #39957B is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 123 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.42 |
| HSL | 163.04º | 0.45% | 0.4% | - |
| HSV(B) | 163.04º | 0.62% | 0.58% | - |
| XYZ | 16.01 | 23.79 | 22.49 | - |
| YUV | 118.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 123 | 0.62 | 0 | 0.17 | 0.42 | 163.04 | 0.45 | 0.4 |
| Hex | 39 | 95 | 7B | 3E | 0 | 11 | 2A | A3 | 2D | 28 |
| Octal | 71 | 225 | 173 | 76 | 0 | 21 | 52 | 243 | 55 | 50 |
| Binary | 111001 | 10010101 | 1111011 | 111110 | 0 | 10001 | 101010 | 10100011 | 101101 | 101000 |
Color Harmonies of #39957B
Complementary color
Monochromatic Colors of #39957B
Black with #39957B
Text Example
Text Example
White with #39957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39957B; }
p { color: rgb(57,149,123); }
H1.HeaderClassName
{
color: #39957B;
}
.AnyTagClassName
{
color: #39957B;
}
</style>
background-color css
<style>
a { background-color: #39957B; }
a { background-color: rgb(57,149,123); }
div.DivClassName
{
background-color: #39957B;
}
.BgClassName
{
background-color: #39957B;
}
</style>
border-color css
<style>
span { border-color: #39957B; }
span { border-color: rgb(57,149,123); }
td.TdClassName
{
border-color: #39957B;
}
.TagClassName
{
border-color: #39957B;
}
</style>