Shades of Gossamer #3DA27C
Tints of Gossamer #3DA27C
RGB
CMYK
RGB Variations
Color information
#3DA27C (or 0x3DA27C) is known color: Gossamer. HEX triplet: 3D, A2 and 7C. RGB value is (61,162,124). Sum of RGB (Red+Green+Blue) = 61+162+124=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA27C is #C25D83. Grayscale: #7F7F7F. Windows color (decimal): -12737924 or 8167997. OLE color: 8167997.
HSL color Cylindrical-coordinate representation of color #3DA27C: hue angle of 157.43º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA27C is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 124 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.36 |
| HSL | 157.43º | 0.45% | 0.44% | - |
| HSV(B) | 157.43º | 0.62% | 0.64% | - |
| XYZ | 18.48 | 28.29 | 23.55 | - |
| YUV | 127.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 124 | 0.62 | 0 | 0.23 | 0.36 | 157.43 | 0.45 | 0.44 |
| Hex | 3D | A2 | 7C | 3E | 0 | 17 | 24 | 9D | 2D | 2C |
| Octal | 75 | 242 | 174 | 76 | 0 | 27 | 44 | 235 | 55 | 54 |
| Binary | 111101 | 10100010 | 1111100 | 111110 | 0 | 10111 | 100100 | 10011101 | 101101 | 101100 |
Color Harmonies of #3DA27C
Complementary color
Monochromatic Colors of #3DA27C
Black with #3DA27C
Text Example
Text Example
White with #3DA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA27C; }
p { color: rgb(61,162,124); }
H1.HeaderClassName
{
color: #3DA27C;
}
.AnyTagClassName
{
color: #3DA27C;
}
</style>
background-color css
<style>
a { background-color: #3DA27C; }
a { background-color: rgb(61,162,124); }
div.DivClassName
{
background-color: #3DA27C;
}
.BgClassName
{
background-color: #3DA27C;
}
</style>
border-color css
<style>
span { border-color: #3DA27C; }
span { border-color: rgb(61,162,124); }
td.TdClassName
{
border-color: #3DA27C;
}
.TagClassName
{
border-color: #3DA27C;
}
</style>