Shades of Gossamer #439D7C
Tints of Gossamer #439D7C
RGB
CMYK
RGB Variations
Color information
#439D7C (or 0x439D7C) is known color: Gossamer. HEX triplet: 43, 9D and 7C. RGB value is (67,157,124). Sum of RGB (Red+Green+Blue) = 67+157+124=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #439D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439D7C is #BC6283. Grayscale: #7E7E7E. Windows color (decimal): -12345988 or 8166723. OLE color: 8166723.
HSL color Cylindrical-coordinate representation of color #439D7C: hue angle of 158º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439D7C is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 157 | 124 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.38 |
| HSL | 158º | 0.4% | 0.44% | - |
| HSV(B) | 158º | 0.57% | 0.62% | - |
| XYZ | 18.01 | 26.76 | 23.29 | - |
| YUV | 126.33 | 126.68 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 157 | 124 | 0.57 | 0 | 0.21 | 0.38 | 158 | 0.4 | 0.44 |
| Hex | 43 | 9D | 7C | 39 | 0 | 15 | 26 | 9E | 28 | 2C |
| Octal | 103 | 235 | 174 | 71 | 0 | 25 | 46 | 236 | 50 | 54 |
| Binary | 1000011 | 10011101 | 1111100 | 111001 | 0 | 10101 | 100110 | 10011110 | 101000 | 101100 |
Color Harmonies of #439D7C
Complementary color
Monochromatic Colors of #439D7C
Black with #439D7C
Text Example
Text Example
White with #439D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439D7C; }
p { color: rgb(67,157,124); }
H1.HeaderClassName
{
color: #439D7C;
}
.AnyTagClassName
{
color: #439D7C;
}
</style>
background-color css
<style>
a { background-color: #439D7C; }
a { background-color: rgb(67,157,124); }
div.DivClassName
{
background-color: #439D7C;
}
.BgClassName
{
background-color: #439D7C;
}
</style>
border-color css
<style>
span { border-color: #439D7C; }
span { border-color: rgb(67,157,124); }
td.TdClassName
{
border-color: #439D7C;
}
.TagClassName
{
border-color: #439D7C;
}
</style>