Shades of Gossamer #3DA490
Tints of Gossamer #3DA490
RGB
CMYK
RGB Variations
Color information
#3DA490 (or 0x3DA490) is known color: Gossamer. HEX triplet: 3D, A4 and 90. RGB value is (61,164,144). Sum of RGB (Red+Green+Blue) = 61+164+144=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA490 is #C25B6F. Grayscale: #828282. Windows color (decimal): -12737392 or 9479229. OLE color: 9479229.
HSL color Cylindrical-coordinate representation of color #3DA490: hue angle of 168.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA490 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 164 | 144 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.36 |
| HSL | 168.35º | 0.46% | 0.44% | - |
| HSV(B) | 168.35º | 0.63% | 0.64% | - |
| XYZ | 20.23 | 29.56 | 31.02 | - |
| YUV | 130.92 | 135.38 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 164 | 144 | 0.63 | 0 | 0.12 | 0.36 | 168.35 | 0.46 | 0.44 |
| Hex | 3D | A4 | 90 | 3F | 0 | C | 24 | A8 | 2E | 2C |
| Octal | 75 | 244 | 220 | 77 | 0 | 14 | 44 | 250 | 56 | 54 |
| Binary | 111101 | 10100100 | 10010000 | 111111 | 0 | 1100 | 100100 | 10101000 | 101110 | 101100 |
Color Harmonies of #3DA490
Complementary color
Monochromatic Colors of #3DA490
Black with #3DA490
Text Example
Text Example
White with #3DA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA490; }
p { color: rgb(61,164,144); }
H1.HeaderClassName
{
color: #3DA490;
}
.AnyTagClassName
{
color: #3DA490;
}
</style>
background-color css
<style>
a { background-color: #3DA490; }
a { background-color: rgb(61,164,144); }
div.DivClassName
{
background-color: #3DA490;
}
.BgClassName
{
background-color: #3DA490;
}
</style>
border-color css
<style>
span { border-color: #3DA490; }
span { border-color: rgb(61,164,144); }
td.TdClassName
{
border-color: #3DA490;
}
.TagClassName
{
border-color: #3DA490;
}
</style>