Shades of Gossamer #3BA47A
Tints of Gossamer #3BA47A
RGB
CMYK
RGB Variations
Color information
#3BA47A (or 0x3BA47A) is known color: Gossamer. HEX triplet: 3B, A4 and 7A. RGB value is (59,164,122). Sum of RGB (Red+Green+Blue) = 59+164+122=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA47A is #C45B85. Grayscale: #7F7F7F. Windows color (decimal): -12868486 or 8037435. OLE color: 8037435.
HSL color Cylindrical-coordinate representation of color #3BA47A: hue angle of 156º 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 #3BA47A is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 122 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.36 |
| HSL | 156º | 0.47% | 0.44% | - |
| HSV(B) | 156º | 0.64% | 0.64% | - |
| XYZ | 18.59 | 28.89 | 23.01 | - |
| YUV | 127.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 122 | 0.64 | 0 | 0.26 | 0.36 | 156 | 0.47 | 0.44 |
| Hex | 3B | A4 | 7A | 40 | 0 | 1A | 24 | 9C | 2F | 2C |
| Octal | 73 | 244 | 172 | 100 | 0 | 32 | 44 | 234 | 57 | 54 |
| Binary | 111011 | 10100100 | 1111010 | 1000000 | 0 | 11010 | 100100 | 10011100 | 101111 | 101100 |
Color Harmonies of #3BA47A
Complementary color
Monochromatic Colors of #3BA47A
Black with #3BA47A
Text Example
Text Example
White with #3BA47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA47A; }
p { color: rgb(59,164,122); }
H1.HeaderClassName
{
color: #3BA47A;
}
.AnyTagClassName
{
color: #3BA47A;
}
</style>
background-color css
<style>
a { background-color: #3BA47A; }
a { background-color: rgb(59,164,122); }
div.DivClassName
{
background-color: #3BA47A;
}
.BgClassName
{
background-color: #3BA47A;
}
</style>
border-color css
<style>
span { border-color: #3BA47A; }
span { border-color: rgb(59,164,122); }
td.TdClassName
{
border-color: #3BA47A;
}
.TagClassName
{
border-color: #3BA47A;
}
</style>