Shades of Gossamer #3DAA85
Tints of Gossamer #3DAA85
RGB
CMYK
RGB Variations
Color information
#3DAA85 (or 0x3DAA85) is known color: Gossamer. HEX triplet: 3D, AA and 85. RGB value is (61,170,133). Sum of RGB (Red+Green+Blue) = 61+170+133=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #3DAA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAA85 is #C2557A. Grayscale: #858585. Windows color (decimal): -12735867 or 8759869. OLE color: 8759869.
HSL color Cylindrical-coordinate representation of color #3DAA85: hue angle of 159.63º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAA85 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 170 | 133 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.33 |
| HSL | 159.63º | 0.47% | 0.45% | - |
| HSV(B) | 159.63º | 0.64% | 0.67% | - |
| XYZ | 20.53 | 31.44 | 27.18 | - |
| YUV | 133.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 170 | 133 | 0.64 | 0 | 0.22 | 0.33 | 159.63 | 0.47 | 0.45 |
| Hex | 3D | AA | 85 | 40 | 0 | 16 | 21 | A0 | 2F | 2D |
| Octal | 75 | 252 | 205 | 100 | 0 | 26 | 41 | 240 | 57 | 55 |
| Binary | 111101 | 10101010 | 10000101 | 1000000 | 0 | 10110 | 100001 | 10100000 | 101111 | 101101 |
Color Harmonies of #3DAA85
Complementary color
Monochromatic Colors of #3DAA85
Black with #3DAA85
Text Example
Text Example
White with #3DAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAA85; }
p { color: rgb(61,170,133); }
H1.HeaderClassName
{
color: #3DAA85;
}
.AnyTagClassName
{
color: #3DAA85;
}
</style>
background-color css
<style>
a { background-color: #3DAA85; }
a { background-color: rgb(61,170,133); }
div.DivClassName
{
background-color: #3DAA85;
}
.BgClassName
{
background-color: #3DAA85;
}
</style>
border-color css
<style>
span { border-color: #3DAA85; }
span { border-color: rgb(61,170,133); }
td.TdClassName
{
border-color: #3DAA85;
}
.TagClassName
{
border-color: #3DAA85;
}
</style>