Shades of Gossamer #3BAF81
Tints of Gossamer #3BAF81
RGB
CMYK
RGB Variations
Color information
#3BAF81 (or 0x3BAF81) is known color: Gossamer. HEX triplet: 3B, AF and 81. RGB value is (59,175,129). Sum of RGB (Red+Green+Blue) = 59+175+129=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF81 is #C4507E. Grayscale: #878787. Windows color (decimal): -12865663 or 8499003. OLE color: 8499003.
HSL color Cylindrical-coordinate representation of color #3BAF81: hue angle of 156.21º 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 #3BAF81 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 129 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.31 |
| HSL | 156.21º | 0.5% | 0.46% | - |
| HSV(B) | 156.21º | 0.66% | 0.69% | - |
| XYZ | 21.1 | 33.17 | 26.06 | - |
| YUV | 135.07 | 124.57 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 129 | 0.66 | 0 | 0.26 | 0.31 | 156.21 | 0.5 | 0.46 |
| Hex | 3B | AF | 81 | 42 | 0 | 1A | 1F | 9C | 32 | 2E |
| Octal | 73 | 257 | 201 | 102 | 0 | 32 | 37 | 234 | 62 | 56 |
| Binary | 111011 | 10101111 | 10000001 | 1000010 | 0 | 11010 | 11111 | 10011100 | 110010 | 101110 |
Color Harmonies of #3BAF81
Complementary color
Monochromatic Colors of #3BAF81
Black with #3BAF81
Text Example
Text Example
White with #3BAF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF81; }
p { color: rgb(59,175,129); }
H1.HeaderClassName
{
color: #3BAF81;
}
.AnyTagClassName
{
color: #3BAF81;
}
</style>
background-color css
<style>
a { background-color: #3BAF81; }
a { background-color: rgb(59,175,129); }
div.DivClassName
{
background-color: #3BAF81;
}
.BgClassName
{
background-color: #3BAF81;
}
</style>
border-color css
<style>
span { border-color: #3BAF81; }
span { border-color: rgb(59,175,129); }
td.TdClassName
{
border-color: #3BAF81;
}
.TagClassName
{
border-color: #3BAF81;
}
</style>