Shades of Gossamer #3DA599
Tints of Gossamer #3DA599
RGB
CMYK
RGB Variations
Color information
#3DA599 (or 0x3DA599) is known color: Gossamer. HEX triplet: 3D, A5 and 99. RGB value is (61,165,153). Sum of RGB (Red+Green+Blue) = 61+165+153=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA599 is #C25A66. Grayscale: #848484. Windows color (decimal): -12737127 or 10069309. OLE color: 10069309.
HSL color Cylindrical-coordinate representation of color #3DA599: hue angle of 173.08º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA599 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 165 | 153 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.35 |
| HSL | 173.08º | 0.46% | 0.44% | - |
| HSV(B) | 173.08º | 0.63% | 0.65% | - |
| XYZ | 21.13 | 30.2 | 34.85 | - |
| YUV | 132.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 165 | 153 | 0.63 | 0 | 0.07 | 0.35 | 173.08 | 0.46 | 0.44 |
| Hex | 3D | A5 | 99 | 3F | 0 | 7 | 23 | AD | 2E | 2C |
| Octal | 75 | 245 | 231 | 77 | 0 | 7 | 43 | 255 | 56 | 54 |
| Binary | 111101 | 10100101 | 10011001 | 111111 | 0 | 111 | 100011 | 10101101 | 101110 | 101100 |
Color Harmonies of #3DA599
Complementary color
Monochromatic Colors of #3DA599
Black with #3DA599
Text Example
Text Example
White with #3DA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA599; }
p { color: rgb(61,165,153); }
H1.HeaderClassName
{
color: #3DA599;
}
.AnyTagClassName
{
color: #3DA599;
}
</style>
background-color css
<style>
a { background-color: #3DA599; }
a { background-color: rgb(61,165,153); }
div.DivClassName
{
background-color: #3DA599;
}
.BgClassName
{
background-color: #3DA599;
}
</style>
border-color css
<style>
span { border-color: #3DA599; }
span { border-color: rgb(61,165,153); }
td.TdClassName
{
border-color: #3DA599;
}
.TagClassName
{
border-color: #3DA599;
}
</style>