Shades of Gossamer #3D9978
Tints of Gossamer #3D9978
RGB
CMYK
RGB Variations
Color information
#3D9978 (or 0x3D9978) is known color: Gossamer. HEX triplet: 3D, 99 and 78. RGB value is (61,153,120). Sum of RGB (Red+Green+Blue) = 61+153+120=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9978 is #C26687. Grayscale: #797979. Windows color (decimal): -12740232 or 7903549. OLE color: 7903549.
HSL color Cylindrical-coordinate representation of color #3D9978: hue angle of 158.48º 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 #3D9978 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 61 | 153 | 120 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.4 |
| HSL | 158.48º | 0.43% | 0.42% | - |
| HSV(B) | 158.48º | 0.6% | 0.6% | - |
| XYZ | 16.71 | 25.13 | 21.74 | - |
| YUV | 121.73 | 127.02 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 120 | 0.60 | 0 | 0.22 | 0.4 | 158.48 | 0.43 | 0.42 |
| Hex | 3D | 99 | 78 | 3C | 0 | 16 | 28 | 9E | 2B | 2A |
| Octal | 75 | 231 | 170 | 74 | 0 | 26 | 50 | 236 | 53 | 52 |
| Binary | 111101 | 10011001 | 1111000 | 111100 | 0 | 10110 | 101000 | 10011110 | 101011 | 101010 |
Color Harmonies of #3D9978
Complementary color
Monochromatic Colors of #3D9978
Black with #3D9978
Text Example
Text Example
White with #3D9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9978; }
p { color: rgb(61,153,120); }
H1.HeaderClassName
{
color: #3D9978;
}
.AnyTagClassName
{
color: #3D9978;
}
</style>
background-color css
<style>
a { background-color: #3D9978; }
a { background-color: rgb(61,153,120); }
div.DivClassName
{
background-color: #3D9978;
}
.BgClassName
{
background-color: #3D9978;
}
</style>
border-color css
<style>
span { border-color: #3D9978; }
span { border-color: rgb(61,153,120); }
td.TdClassName
{
border-color: #3D9978;
}
.TagClassName
{
border-color: #3D9978;
}
</style>