Shades of Gossamer #3BAF85
Tints of Gossamer #3BAF85
RGB
CMYK
RGB Variations
Color information
#3BAF85 (or 0x3BAF85) is known color: Gossamer. HEX triplet: 3B, AF and 85. RGB value is (59,175,133). Sum of RGB (Red+Green+Blue) = 59+175+133=367 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.08% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF85 is #C4507A. Grayscale: #878787. Windows color (decimal): -12865659 or 8761147. OLE color: 8761147.
HSL color Cylindrical-coordinate representation of color #3BAF85: hue angle of 158.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAF85 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 133 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.31 |
| HSL | 158.28º | 0.5% | 0.46% | - |
| HSV(B) | 158.28º | 0.66% | 0.69% | - |
| XYZ | 21.37 | 33.28 | 27.49 | - |
| YUV | 135.53 | 126.57 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 133 | 0.66 | 0 | 0.24 | 0.31 | 158.28 | 0.5 | 0.46 |
| Hex | 3B | AF | 85 | 42 | 0 | 18 | 1F | 9E | 32 | 2E |
| Octal | 73 | 257 | 205 | 102 | 0 | 30 | 37 | 236 | 62 | 56 |
| Binary | 111011 | 10101111 | 10000101 | 1000010 | 0 | 11000 | 11111 | 10011110 | 110010 | 101110 |
Color Harmonies of #3BAF85
Complementary color
Monochromatic Colors of #3BAF85
Black with #3BAF85
Text Example
Text Example
White with #3BAF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF85; }
p { color: rgb(59,175,133); }
H1.HeaderClassName
{
color: #3BAF85;
}
.AnyTagClassName
{
color: #3BAF85;
}
</style>
background-color css
<style>
a { background-color: #3BAF85; }
a { background-color: rgb(59,175,133); }
div.DivClassName
{
background-color: #3BAF85;
}
.BgClassName
{
background-color: #3BAF85;
}
</style>
border-color css
<style>
span { border-color: #3BAF85; }
span { border-color: rgb(59,175,133); }
td.TdClassName
{
border-color: #3BAF85;
}
.TagClassName
{
border-color: #3BAF85;
}
</style>