Shades of Gossamer #439D7D
Tints of Gossamer #439D7D
RGB
CMYK
RGB Variations
Color information
#439D7D (or 0x439D7D) is known color: Gossamer. HEX triplet: 43, 9D and 7D. RGB value is (67,157,125). Sum of RGB (Red+Green+Blue) = 67+157+125=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #439D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #439D7D is #BC6282. Grayscale: #7E7E7E. Windows color (decimal): -12345987 or 8232259. OLE color: 8232259.
HSL color Cylindrical-coordinate representation of color #439D7D: hue angle of 158.67º 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 #439D7D is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 157 | 125 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.38 |
| HSL | 158.67º | 0.4% | 0.44% | - |
| HSV(B) | 158.67º | 0.57% | 0.62% | - |
| XYZ | 18.07 | 26.79 | 23.62 | - |
| YUV | 126.44 | 127.18 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 157 | 125 | 0.57 | 0 | 0.20 | 0.38 | 158.67 | 0.4 | 0.44 |
| Hex | 43 | 9D | 7D | 39 | 0 | 14 | 26 | 9F | 28 | 2C |
| Octal | 103 | 235 | 175 | 71 | 0 | 24 | 46 | 237 | 50 | 54 |
| Binary | 1000011 | 10011101 | 1111101 | 111001 | 0 | 10100 | 100110 | 10011111 | 101000 | 101100 |
Color Harmonies of #439D7D
Complementary color
Monochromatic Colors of #439D7D
Black with #439D7D
Text Example
Text Example
White with #439D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439D7D; }
p { color: rgb(67,157,125); }
H1.HeaderClassName
{
color: #439D7D;
}
.AnyTagClassName
{
color: #439D7D;
}
</style>
background-color css
<style>
a { background-color: #439D7D; }
a { background-color: rgb(67,157,125); }
div.DivClassName
{
background-color: #439D7D;
}
.BgClassName
{
background-color: #439D7D;
}
</style>
border-color css
<style>
span { border-color: #439D7D; }
span { border-color: rgb(67,157,125); }
td.TdClassName
{
border-color: #439D7D;
}
.TagClassName
{
border-color: #439D7D;
}
</style>