Shades of Gossamer #3C9A7D
Tints of Gossamer #3C9A7D
RGB
CMYK
RGB Variations
Color information
#3C9A7D (or 0x3C9A7D) is known color: Gossamer. HEX triplet: 3C, 9A and 7D. RGB value is (60,154,125). Sum of RGB (Red+Green+Blue) = 60+154+125=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #3C9A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9A7D is #C36582. Grayscale: #7A7A7A. Windows color (decimal): -12805507 or 8231484. OLE color: 8231484.
HSL color Cylindrical-coordinate representation of color #3C9A7D: hue angle of 161.49º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9A7D is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 154 | 125 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.40 |
| HSL | 161.49º | 0.44% | 0.42% | - |
| HSV(B) | 161.49º | 0.61% | 0.6% | - |
| XYZ | 17.12 | 25.55 | 23.43 | - |
| YUV | 122.59 | 129.36 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 154 | 125 | 0.61 | 0 | 0.19 | 0.40 | 161.49 | 0.44 | 0.42 |
| Hex | 3C | 9A | 7D | 3D | 0 | 13 | 28 | A1 | 2C | 2A |
| Octal | 74 | 232 | 175 | 75 | 0 | 23 | 50 | 241 | 54 | 52 |
| Binary | 111100 | 10011010 | 1111101 | 111101 | 0 | 10011 | 101000 | 10100001 | 101100 | 101010 |
Color Harmonies of #3C9A7D
Complementary color
Monochromatic Colors of #3C9A7D
Black with #3C9A7D
Text Example
Text Example
White with #3C9A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9A7D; }
p { color: rgb(60,154,125); }
H1.HeaderClassName
{
color: #3C9A7D;
}
.AnyTagClassName
{
color: #3C9A7D;
}
</style>
background-color css
<style>
a { background-color: #3C9A7D; }
a { background-color: rgb(60,154,125); }
div.DivClassName
{
background-color: #3C9A7D;
}
.BgClassName
{
background-color: #3C9A7D;
}
</style>
border-color css
<style>
span { border-color: #3C9A7D; }
span { border-color: rgb(60,154,125); }
td.TdClassName
{
border-color: #3C9A7D;
}
.TagClassName
{
border-color: #3C9A7D;
}
</style>