Shades of Gossamer #3BA57F
Tints of Gossamer #3BA57F
RGB
CMYK
RGB Variations
Color information
#3BA57F (or 0x3BA57F) is known color: Gossamer. HEX triplet: 3B, A5 and 7F. RGB value is (59,165,127). Sum of RGB (Red+Green+Blue) = 59+165+127=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA57F is #C45A80. Grayscale: #818181. Windows color (decimal): -12868225 or 8365371. OLE color: 8365371.
HSL color Cylindrical-coordinate representation of color #3BA57F: hue angle of 158.49º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA57F is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 165 | 127 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.35 |
| HSL | 158.49º | 0.47% | 0.44% | - |
| HSV(B) | 158.49º | 0.64% | 0.65% | - |
| XYZ | 19.09 | 29.37 | 24.74 | - |
| YUV | 128.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 127 | 0.64 | 0 | 0.23 | 0.35 | 158.49 | 0.47 | 0.44 |
| Hex | 3B | A5 | 7F | 40 | 0 | 17 | 23 | 9E | 2F | 2C |
| Octal | 73 | 245 | 177 | 100 | 0 | 27 | 43 | 236 | 57 | 54 |
| Binary | 111011 | 10100101 | 1111111 | 1000000 | 0 | 10111 | 100011 | 10011110 | 101111 | 101100 |
Color Harmonies of #3BA57F
Complementary color
Monochromatic Colors of #3BA57F
Black with #3BA57F
Text Example
Text Example
White with #3BA57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA57F; }
p { color: rgb(59,165,127); }
H1.HeaderClassName
{
color: #3BA57F;
}
.AnyTagClassName
{
color: #3BA57F;
}
</style>
background-color css
<style>
a { background-color: #3BA57F; }
a { background-color: rgb(59,165,127); }
div.DivClassName
{
background-color: #3BA57F;
}
.BgClassName
{
background-color: #3BA57F;
}
</style>
border-color css
<style>
span { border-color: #3BA57F; }
span { border-color: rgb(59,165,127); }
td.TdClassName
{
border-color: #3BA57F;
}
.TagClassName
{
border-color: #3BA57F;
}
</style>