Shades of Gossamer #439F91
Tints of Gossamer #439F91
RGB
CMYK
RGB Variations
Color information
#439F91 (or 0x439F91) is known color: Gossamer. HEX triplet: 43, 9F and 91. RGB value is (67,159,145). Sum of RGB (Red+Green+Blue) = 67+159+145=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #439F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439F91 is #BC606E. Grayscale: #818181. Windows color (decimal): -12345455 or 9543491. OLE color: 9543491.
HSL color Cylindrical-coordinate representation of color #439F91: hue angle of 170.87º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #439F91 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 159 | 145 | - |
| CMYK | 0.58 | 0 | 0.09 | 0.38 |
| HSL | 170.87º | 0.41% | 0.44% | - |
| HSV(B) | 170.87º | 0.58% | 0.62% | - |
| XYZ | 19.82 | 28.03 | 31.15 | - |
| YUV | 129.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 159 | 145 | 0.58 | 0 | 0.09 | 0.38 | 170.87 | 0.41 | 0.44 |
| Hex | 43 | 9F | 91 | 3A | 0 | 9 | 26 | AB | 29 | 2C |
| Octal | 103 | 237 | 221 | 72 | 0 | 11 | 46 | 253 | 51 | 54 |
| Binary | 1000011 | 10011111 | 10010001 | 111010 | 0 | 1001 | 100110 | 10101011 | 101001 | 101100 |
Color Harmonies of #439F91
Complementary color
Monochromatic Colors of #439F91
Black with #439F91
Text Example
Text Example
White with #439F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439F91; }
p { color: rgb(67,159,145); }
H1.HeaderClassName
{
color: #439F91;
}
.AnyTagClassName
{
color: #439F91;
}
</style>
background-color css
<style>
a { background-color: #439F91; }
a { background-color: rgb(67,159,145); }
div.DivClassName
{
background-color: #439F91;
}
.BgClassName
{
background-color: #439F91;
}
</style>
border-color css
<style>
span { border-color: #439F91; }
span { border-color: rgb(67,159,145); }
td.TdClassName
{
border-color: #439F91;
}
.TagClassName
{
border-color: #439F91;
}
</style>