Shades of Gossamer #439880
Tints of Gossamer #439880
RGB
CMYK
RGB Variations
Color information
#439880 (or 0x439880) is known color: Gossamer. HEX triplet: 43, 98 and 80. RGB value is (67,152,128). Sum of RGB (Red+Green+Blue) = 67+152+128=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #439880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439880 is #BC677F. Grayscale: #7B7B7B. Windows color (decimal): -12347264 or 8427587. OLE color: 8427587.
HSL color Cylindrical-coordinate representation of color #439880: hue angle of 163.06º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439880 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 152 | 128 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.40 |
| HSL | 163.06º | 0.39% | 0.43% | - |
| HSV(B) | 163.06º | 0.56% | 0.6% | - |
| XYZ | 17.44 | 25.21 | 24.37 | - |
| YUV | 123.85 | 130.34 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 128 | 0.56 | 0 | 0.16 | 0.40 | 163.06 | 0.39 | 0.43 |
| Hex | 43 | 98 | 80 | 38 | 0 | 10 | 28 | A3 | 27 | 2B |
| Octal | 103 | 230 | 200 | 70 | 0 | 20 | 50 | 243 | 47 | 53 |
| Binary | 1000011 | 10011000 | 10000000 | 111000 | 0 | 10000 | 101000 | 10100011 | 100111 | 101011 |
Color Harmonies of #439880
Complementary color
Monochromatic Colors of #439880
Black with #439880
Text Example
Text Example
White with #439880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #439880; }
p { color: rgb(67,152,128); }
H1.HeaderClassName
{
color: #439880;
}
.AnyTagClassName
{
color: #439880;
}
</style>
background-color css
<style>
a { background-color: #439880; }
a { background-color: rgb(67,152,128); }
div.DivClassName
{
background-color: #439880;
}
.BgClassName
{
background-color: #439880;
}
</style>
border-color css
<style>
span { border-color: #439880; }
span { border-color: rgb(67,152,128); }
td.TdClassName
{
border-color: #439880;
}
.TagClassName
{
border-color: #439880;
}
</style>