Shades of Gossamer #3C9C75
Tints of Gossamer #3C9C75
RGB
CMYK
RGB Variations
Color information
#3C9C75 (or 0x3C9C75) is known color: Gossamer. HEX triplet: 3C, 9C and 75. RGB value is (60,156,117). Sum of RGB (Red+Green+Blue) = 60+156+117=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C75 is #C3638A. Grayscale: #7A7A7A. Windows color (decimal): -12805003 or 7707708. OLE color: 7707708.
HSL color Cylindrical-coordinate representation of color #3C9C75: hue angle of 155.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9C75 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 156 | 117 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.39 |
| HSL | 155.63º | 0.44% | 0.42% | - |
| HSV(B) | 155.63º | 0.62% | 0.61% | - |
| XYZ | 16.96 | 26.02 | 20.96 | - |
| YUV | 122.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 117 | 0.62 | 0 | 0.25 | 0.39 | 155.63 | 0.44 | 0.42 |
| Hex | 3C | 9C | 75 | 3E | 0 | 19 | 27 | 9C | 2C | 2A |
| Octal | 74 | 234 | 165 | 76 | 0 | 31 | 47 | 234 | 54 | 52 |
| Binary | 111100 | 10011100 | 1110101 | 111110 | 0 | 11001 | 100111 | 10011100 | 101100 | 101010 |
Color Harmonies of #3C9C75
Complementary color
Monochromatic Colors of #3C9C75
Black with #3C9C75
Text Example
Text Example
White with #3C9C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9C75; }
p { color: rgb(60,156,117); }
H1.HeaderClassName
{
color: #3C9C75;
}
.AnyTagClassName
{
color: #3C9C75;
}
</style>
background-color css
<style>
a { background-color: #3C9C75; }
a { background-color: rgb(60,156,117); }
div.DivClassName
{
background-color: #3C9C75;
}
.BgClassName
{
background-color: #3C9C75;
}
</style>
border-color css
<style>
span { border-color: #3C9C75; }
span { border-color: rgb(60,156,117); }
td.TdClassName
{
border-color: #3C9C75;
}
.TagClassName
{
border-color: #3C9C75;
}
</style>