Shades of Gossamer #439B85
Tints of Gossamer #439B85
RGB
CMYK
RGB Variations
Color information
#439B85 (or 0x439B85) is known color: Gossamer. HEX triplet: 43, 9B and 85. RGB value is (67,155,133). Sum of RGB (Red+Green+Blue) = 67+155+133=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #439B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439B85 is #BC647A. Grayscale: #7E7E7E. Windows color (decimal): -12346491 or 8756035. OLE color: 8756035.
HSL color Cylindrical-coordinate representation of color #439B85: hue angle of 165º 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 #439B85 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 155 | 133 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.39 |
| HSL | 165º | 0.4% | 0.44% | - |
| HSV(B) | 165º | 0.57% | 0.61% | - |
| XYZ | 18.27 | 26.33 | 26.31 | - |
| YUV | 126.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 155 | 133 | 0.57 | 0 | 0.14 | 0.39 | 165 | 0.4 | 0.44 |
| Hex | 43 | 9B | 85 | 39 | 0 | E | 27 | A5 | 28 | 2C |
| Octal | 103 | 233 | 205 | 71 | 0 | 16 | 47 | 245 | 50 | 54 |
| Binary | 1000011 | 10011011 | 10000101 | 111001 | 0 | 1110 | 100111 | 10100101 | 101000 | 101100 |
Color Harmonies of #439B85
Complementary color
Monochromatic Colors of #439B85
Black with #439B85
Text Example
Text Example
White with #439B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439B85; }
p { color: rgb(67,155,133); }
H1.HeaderClassName
{
color: #439B85;
}
.AnyTagClassName
{
color: #439B85;
}
</style>
background-color css
<style>
a { background-color: #439B85; }
a { background-color: rgb(67,155,133); }
div.DivClassName
{
background-color: #439B85;
}
.BgClassName
{
background-color: #439B85;
}
</style>
border-color css
<style>
span { border-color: #439B85; }
span { border-color: rgb(67,155,133); }
td.TdClassName
{
border-color: #439B85;
}
.TagClassName
{
border-color: #439B85;
}
</style>