Shades of Gossamer #3BA379
Tints of Gossamer #3BA379
RGB
CMYK
RGB Variations
Color information
#3BA379 (or 0x3BA379) is known color: Gossamer. HEX triplet: 3B, A3 and 79. RGB value is (59,163,121). Sum of RGB (Red+Green+Blue) = 59+163+121=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #3BA379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA379 is #C45C86. Grayscale: #7F7F7F. Windows color (decimal): -12868743 or 7971643. OLE color: 7971643.
HSL color Cylindrical-coordinate representation of color #3BA379: hue angle of 155.77º 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 #3BA379 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 163 | 121 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.36 |
| HSL | 155.77º | 0.47% | 0.44% | - |
| HSV(B) | 155.77º | 0.64% | 0.64% | - |
| XYZ | 18.35 | 28.5 | 22.62 | - |
| YUV | 127.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 163 | 121 | 0.64 | 0 | 0.26 | 0.36 | 155.77 | 0.47 | 0.44 |
| Hex | 3B | A3 | 79 | 40 | 0 | 1A | 24 | 9C | 2F | 2C |
| Octal | 73 | 243 | 171 | 100 | 0 | 32 | 44 | 234 | 57 | 54 |
| Binary | 111011 | 10100011 | 1111001 | 1000000 | 0 | 11010 | 100100 | 10011100 | 101111 | 101100 |
Color Harmonies of #3BA379
Complementary color
Monochromatic Colors of #3BA379
Black with #3BA379
Text Example
Text Example
White with #3BA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA379; }
p { color: rgb(59,163,121); }
H1.HeaderClassName
{
color: #3BA379;
}
.AnyTagClassName
{
color: #3BA379;
}
</style>
background-color css
<style>
a { background-color: #3BA379; }
a { background-color: rgb(59,163,121); }
div.DivClassName
{
background-color: #3BA379;
}
.BgClassName
{
background-color: #3BA379;
}
</style>
border-color css
<style>
span { border-color: #3BA379; }
span { border-color: rgb(59,163,121); }
td.TdClassName
{
border-color: #3BA379;
}
.TagClassName
{
border-color: #3BA379;
}
</style>