Shades of Gossamer #3BA47B
Tints of Gossamer #3BA47B
RGB
CMYK
RGB Variations
Color information
#3BA47B (or 0x3BA47B) is known color: Gossamer. HEX triplet: 3B, A4 and 7B. RGB value is (59,164,123). Sum of RGB (Red+Green+Blue) = 59+164+123=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA47B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA47B is #C45B84. Grayscale: #7F7F7F. Windows color (decimal): -12868485 or 8102971. OLE color: 8102971.
HSL color Cylindrical-coordinate representation of color #3BA47B: hue angle of 156.57º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA47B is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 123 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.36 |
| HSL | 156.57º | 0.47% | 0.44% | - |
| HSV(B) | 156.57º | 0.64% | 0.64% | - |
| XYZ | 18.65 | 28.91 | 23.34 | - |
| YUV | 127.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 123 | 0.64 | 0 | 0.25 | 0.36 | 156.57 | 0.47 | 0.44 |
| Hex | 3B | A4 | 7B | 40 | 0 | 19 | 24 | 9D | 2F | 2C |
| Octal | 73 | 244 | 173 | 100 | 0 | 31 | 44 | 235 | 57 | 54 |
| Binary | 111011 | 10100100 | 1111011 | 1000000 | 0 | 11001 | 100100 | 10011101 | 101111 | 101100 |
Color Harmonies of #3BA47B
Complementary color
Monochromatic Colors of #3BA47B
Black with #3BA47B
Text Example
Text Example
White with #3BA47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA47B; }
p { color: rgb(59,164,123); }
H1.HeaderClassName
{
color: #3BA47B;
}
.AnyTagClassName
{
color: #3BA47B;
}
</style>
background-color css
<style>
a { background-color: #3BA47B; }
a { background-color: rgb(59,164,123); }
div.DivClassName
{
background-color: #3BA47B;
}
.BgClassName
{
background-color: #3BA47B;
}
</style>
border-color css
<style>
span { border-color: #3BA47B; }
span { border-color: rgb(59,164,123); }
td.TdClassName
{
border-color: #3BA47B;
}
.TagClassName
{
border-color: #3BA47B;
}
</style>