Shades of Gossamer #439B81
Tints of Gossamer #439B81
RGB
CMYK
RGB Variations
Color information
#439B81 (or 0x439B81) is known color: Gossamer. HEX triplet: 43, 9B and 81. RGB value is (67,155,129). Sum of RGB (Red+Green+Blue) = 67+155+129=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #439B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439B81 is #BC647E. Grayscale: #7D7D7D. Windows color (decimal): -12346495 or 8493891. OLE color: 8493891.
HSL color Cylindrical-coordinate representation of color #439B81: hue angle of 162.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439B81 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 155 | 129 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.39 |
| HSL | 162.27º | 0.4% | 0.44% | - |
| HSV(B) | 162.27º | 0.57% | 0.61% | - |
| XYZ | 18 | 26.22 | 24.88 | - |
| YUV | 125.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 155 | 129 | 0.57 | 0 | 0.17 | 0.39 | 162.27 | 0.4 | 0.44 |
| Hex | 43 | 9B | 81 | 39 | 0 | 11 | 27 | A2 | 28 | 2C |
| Octal | 103 | 233 | 201 | 71 | 0 | 21 | 47 | 242 | 50 | 54 |
| Binary | 1000011 | 10011011 | 10000001 | 111001 | 0 | 10001 | 100111 | 10100010 | 101000 | 101100 |
Color Harmonies of #439B81
Complementary color
Monochromatic Colors of #439B81
Black with #439B81
Text Example
Text Example
White with #439B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439B81; }
p { color: rgb(67,155,129); }
H1.HeaderClassName
{
color: #439B81;
}
.AnyTagClassName
{
color: #439B81;
}
</style>
background-color css
<style>
a { background-color: #439B81; }
a { background-color: rgb(67,155,129); }
div.DivClassName
{
background-color: #439B81;
}
.BgClassName
{
background-color: #439B81;
}
</style>
border-color css
<style>
span { border-color: #439B81; }
span { border-color: rgb(67,155,129); }
td.TdClassName
{
border-color: #439B81;
}
.TagClassName
{
border-color: #439B81;
}
</style>