Shades of Gossamer #3BA780
Tints of Gossamer #3BA780
RGB
CMYK
RGB Variations
Color information
#3BA780 (or 0x3BA780) is known color: Gossamer. HEX triplet: 3B, A7 and 80. RGB value is (59,167,128). Sum of RGB (Red+Green+Blue) = 59+167+128=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #3BA780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA780 is #C4587F. Grayscale: #828282. Windows color (decimal): -12867712 or 8431419. OLE color: 8431419.
HSL color Cylindrical-coordinate representation of color #3BA780: hue angle of 158.33º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA780 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 167 | 128 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.35 |
| HSL | 158.33º | 0.48% | 0.44% | - |
| HSV(B) | 158.33º | 0.65% | 0.65% | - |
| XYZ | 19.52 | 30.13 | 25.21 | - |
| YUV | 130.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 167 | 128 | 0.65 | 0 | 0.23 | 0.35 | 158.33 | 0.48 | 0.44 |
| Hex | 3B | A7 | 80 | 41 | 0 | 17 | 23 | 9E | 30 | 2C |
| Octal | 73 | 247 | 200 | 101 | 0 | 27 | 43 | 236 | 60 | 54 |
| Binary | 111011 | 10100111 | 10000000 | 1000001 | 0 | 10111 | 100011 | 10011110 | 110000 | 101100 |
Color Harmonies of #3BA780
Complementary color
Monochromatic Colors of #3BA780
Black with #3BA780
Text Example
Text Example
White with #3BA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA780; }
p { color: rgb(59,167,128); }
H1.HeaderClassName
{
color: #3BA780;
}
.AnyTagClassName
{
color: #3BA780;
}
</style>
background-color css
<style>
a { background-color: #3BA780; }
a { background-color: rgb(59,167,128); }
div.DivClassName
{
background-color: #3BA780;
}
.BgClassName
{
background-color: #3BA780;
}
</style>
border-color css
<style>
span { border-color: #3BA780; }
span { border-color: rgb(59,167,128); }
td.TdClassName
{
border-color: #3BA780;
}
.TagClassName
{
border-color: #3BA780;
}
</style>