Shades of Gossamer #439B84
Tints of Gossamer #439B84
RGB
CMYK
RGB Variations
Color information
#439B84 (or 0x439B84) is known color: Gossamer. HEX triplet: 43, 9B and 84. RGB value is (67,155,132). Sum of RGB (Red+Green+Blue) = 67+155+132=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #439B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439B84 is #BC647B. Grayscale: #7E7E7E. Windows color (decimal): -12346492 or 8690499. OLE color: 8690499.
HSL color Cylindrical-coordinate representation of color #439B84: hue angle of 164.32º 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 #439B84 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 155 | 132 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.39 |
| HSL | 164.32º | 0.4% | 0.44% | - |
| HSV(B) | 164.32º | 0.57% | 0.61% | - |
| XYZ | 18.2 | 26.3 | 25.95 | - |
| YUV | 126.07 | 131.35 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 155 | 132 | 0.57 | 0 | 0.15 | 0.39 | 164.32 | 0.4 | 0.44 |
| Hex | 43 | 9B | 84 | 39 | 0 | F | 27 | A4 | 28 | 2C |
| Octal | 103 | 233 | 204 | 71 | 0 | 17 | 47 | 244 | 50 | 54 |
| Binary | 1000011 | 10011011 | 10000100 | 111001 | 0 | 1111 | 100111 | 10100100 | 101000 | 101100 |
Color Harmonies of #439B84
Complementary color
Monochromatic Colors of #439B84
Black with #439B84
Text Example
Text Example
White with #439B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439B84; }
p { color: rgb(67,155,132); }
H1.HeaderClassName
{
color: #439B84;
}
.AnyTagClassName
{
color: #439B84;
}
</style>
background-color css
<style>
a { background-color: #439B84; }
a { background-color: rgb(67,155,132); }
div.DivClassName
{
background-color: #439B84;
}
.BgClassName
{
background-color: #439B84;
}
</style>
border-color css
<style>
span { border-color: #439B84; }
span { border-color: rgb(67,155,132); }
td.TdClassName
{
border-color: #439B84;
}
.TagClassName
{
border-color: #439B84;
}
</style>