Shades of Gossamer #3CA481
Tints of Gossamer #3CA481
RGB
CMYK
RGB Variations
Color information
#3CA481 (or 0x3CA481) is known color: Gossamer. HEX triplet: 3C, A4 and 81. RGB value is (60,164,129). Sum of RGB (Red+Green+Blue) = 60+164+129=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA481 is #C35B7E. Grayscale: #808080. Windows color (decimal): -12802943 or 8496188. OLE color: 8496188.
HSL color Cylindrical-coordinate representation of color #3CA481: hue angle of 159.81º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA481 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 164 | 129 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.36 |
| HSL | 159.81º | 0.46% | 0.44% | - |
| HSV(B) | 159.81º | 0.63% | 0.64% | - |
| XYZ | 19.1 | 29.1 | 25.38 | - |
| YUV | 128.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 164 | 129 | 0.63 | 0 | 0.21 | 0.36 | 159.81 | 0.46 | 0.44 |
| Hex | 3C | A4 | 81 | 3F | 0 | 15 | 24 | A0 | 2E | 2C |
| Octal | 74 | 244 | 201 | 77 | 0 | 25 | 44 | 240 | 56 | 54 |
| Binary | 111100 | 10100100 | 10000001 | 111111 | 0 | 10101 | 100100 | 10100000 | 101110 | 101100 |
Color Harmonies of #3CA481
Complementary color
Monochromatic Colors of #3CA481
Black with #3CA481
Text Example
Text Example
White with #3CA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA481; }
p { color: rgb(60,164,129); }
H1.HeaderClassName
{
color: #3CA481;
}
.AnyTagClassName
{
color: #3CA481;
}
</style>
background-color css
<style>
a { background-color: #3CA481; }
a { background-color: rgb(60,164,129); }
div.DivClassName
{
background-color: #3CA481;
}
.BgClassName
{
background-color: #3CA481;
}
</style>
border-color css
<style>
span { border-color: #3CA481; }
span { border-color: rgb(60,164,129); }
td.TdClassName
{
border-color: #3CA481;
}
.TagClassName
{
border-color: #3CA481;
}
</style>