Shades of Gossamer #39997B
Tints of Gossamer #39997B
RGB
CMYK
RGB Variations
Color information
#39997B (or 0x39997B) is known color: Gossamer. HEX triplet: 39, 99 and 7B. RGB value is (57,153,123). Sum of RGB (Red+Green+Blue) = 57+153+123=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #39997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39997B is #C66684. Grayscale: #787878. Windows color (decimal): -13002373 or 8100153. OLE color: 8100153.
HSL color Cylindrical-coordinate representation of color #39997B: hue angle of 161.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39997B is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 123 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.4 |
| HSL | 161.25º | 0.46% | 0.41% | - |
| HSV(B) | 161.25º | 0.63% | 0.6% | - |
| XYZ | 16.65 | 25.08 | 22.7 | - |
| YUV | 120.88 | 129.2 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 123 | 0.63 | 0 | 0.20 | 0.4 | 161.25 | 0.46 | 0.41 |
| Hex | 39 | 99 | 7B | 3F | 0 | 14 | 28 | A1 | 2E | 29 |
| Octal | 71 | 231 | 173 | 77 | 0 | 24 | 50 | 241 | 56 | 51 |
| Binary | 111001 | 10011001 | 1111011 | 111111 | 0 | 10100 | 101000 | 10100001 | 101110 | 101001 |
Color Harmonies of #39997B
Complementary color
Monochromatic Colors of #39997B
Black with #39997B
Text Example
Text Example
White with #39997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39997B; }
p { color: rgb(57,153,123); }
H1.HeaderClassName
{
color: #39997B;
}
.AnyTagClassName
{
color: #39997B;
}
</style>
background-color css
<style>
a { background-color: #39997B; }
a { background-color: rgb(57,153,123); }
div.DivClassName
{
background-color: #39997B;
}
.BgClassName
{
background-color: #39997B;
}
</style>
border-color css
<style>
span { border-color: #39997B; }
span { border-color: rgb(57,153,123); }
td.TdClassName
{
border-color: #39997B;
}
.TagClassName
{
border-color: #39997B;
}
</style>