Shades of Gossamer #3D9A7D
Tints of Gossamer #3D9A7D
RGB
CMYK
RGB Variations
Color information
#3D9A7D (or 0x3D9A7D) is known color: Gossamer. HEX triplet: 3D, 9A and 7D. RGB value is (61,154,125). Sum of RGB (Red+Green+Blue) = 61+154+125=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 154 (60.55% from 255 or 45.29% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 154 - color contains mainly: green. Hex color #3D9A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9A7D is #C26582. Grayscale: #7A7A7A. Windows color (decimal): -12739971 or 8231485. OLE color: 8231485.
HSL color Cylindrical-coordinate representation of color #3D9A7D: hue angle of 161.29º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9A7D is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 154 | 125 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.40 |
| HSL | 161.29º | 0.43% | 0.42% | - |
| HSV(B) | 161.29º | 0.6% | 0.6% | - |
| XYZ | 17.18 | 25.58 | 23.43 | - |
| YUV | 122.89 | 129.19 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 154 | 125 | 0.60 | 0 | 0.19 | 0.40 | 161.29 | 0.43 | 0.42 |
| Hex | 3D | 9A | 7D | 3C | 0 | 13 | 28 | A1 | 2B | 2A |
| Octal | 75 | 232 | 175 | 74 | 0 | 23 | 50 | 241 | 53 | 52 |
| Binary | 111101 | 10011010 | 1111101 | 111100 | 0 | 10011 | 101000 | 10100001 | 101011 | 101010 |
Color Harmonies of #3D9A7D
Complementary color
Monochromatic Colors of #3D9A7D
Black with #3D9A7D
Text Example
Text Example
White with #3D9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9A7D; }
p { color: rgb(61,154,125); }
H1.HeaderClassName
{
color: #3D9A7D;
}
.AnyTagClassName
{
color: #3D9A7D;
}
</style>
background-color css
<style>
a { background-color: #3D9A7D; }
a { background-color: rgb(61,154,125); }
div.DivClassName
{
background-color: #3D9A7D;
}
.BgClassName
{
background-color: #3D9A7D;
}
</style>
border-color css
<style>
span { border-color: #3D9A7D; }
span { border-color: rgb(61,154,125); }
td.TdClassName
{
border-color: #3D9A7D;
}
.TagClassName
{
border-color: #3D9A7D;
}
</style>