Shades of Gossamer #3BA57D
Tints of Gossamer #3BA57D
RGB
CMYK
RGB Variations
Color information
#3BA57D (or 0x3BA57D) is known color: Gossamer. HEX triplet: 3B, A5 and 7D. RGB value is (59,165,125). Sum of RGB (Red+Green+Blue) = 59+165+125=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #3BA57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA57D is #C45A82. Grayscale: #808080. Windows color (decimal): -12868227 or 8234299. OLE color: 8234299.
HSL color Cylindrical-coordinate representation of color #3BA57D: hue angle of 157.36º 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 #3BA57D is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 59 | 165 | 125 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.35 |
| HSL | 157.36º | 0.47% | 0.44% | - |
| HSV(B) | 157.36º | 0.64% | 0.65% | - |
| XYZ | 18.96 | 29.32 | 24.06 | - |
| YUV | 128.75 | 125.88 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 125 | 0.64 | 0 | 0.24 | 0.35 | 157.36 | 0.47 | 0.44 |
| Hex | 3B | A5 | 7D | 40 | 0 | 18 | 23 | 9D | 2F | 2C |
| Octal | 73 | 245 | 175 | 100 | 0 | 30 | 43 | 235 | 57 | 54 |
| Binary | 111011 | 10100101 | 1111101 | 1000000 | 0 | 11000 | 100011 | 10011101 | 101111 | 101100 |
Color Harmonies of #3BA57D
Complementary color
Monochromatic Colors of #3BA57D
Black with #3BA57D
Text Example
Text Example
White with #3BA57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA57D; }
p { color: rgb(59,165,125); }
H1.HeaderClassName
{
color: #3BA57D;
}
.AnyTagClassName
{
color: #3BA57D;
}
</style>
background-color css
<style>
a { background-color: #3BA57D; }
a { background-color: rgb(59,165,125); }
div.DivClassName
{
background-color: #3BA57D;
}
.BgClassName
{
background-color: #3BA57D;
}
</style>
border-color css
<style>
span { border-color: #3BA57D; }
span { border-color: rgb(59,165,125); }
td.TdClassName
{
border-color: #3BA57D;
}
.TagClassName
{
border-color: #3BA57D;
}
</style>