Shades of Gossamer #3CA77F
Tints of Gossamer #3CA77F
RGB
CMYK
RGB Variations
Color information
#3CA77F (or 0x3CA77F) is known color: Gossamer. HEX triplet: 3C, A7 and 7F. RGB value is (60,167,127). Sum of RGB (Red+Green+Blue) = 60+167+127=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 167 (65.62% from 255 or 47.18% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA77F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA77F is #C35880. Grayscale: #828282. Windows color (decimal): -12802177 or 8365884. OLE color: 8365884.
HSL color Cylindrical-coordinate representation of color #3CA77F: hue angle of 157.57º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA77F is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 167 | 127 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.35 |
| HSL | 157.57º | 0.47% | 0.45% | - |
| HSV(B) | 157.57º | 0.64% | 0.65% | - |
| XYZ | 19.51 | 30.13 | 24.87 | - |
| YUV | 130.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 167 | 127 | 0.64 | 0 | 0.24 | 0.35 | 157.57 | 0.47 | 0.45 |
| Hex | 3C | A7 | 7F | 40 | 0 | 18 | 23 | 9E | 2F | 2D |
| Octal | 74 | 247 | 177 | 100 | 0 | 30 | 43 | 236 | 57 | 55 |
| Binary | 111100 | 10100111 | 1111111 | 1000000 | 0 | 11000 | 100011 | 10011110 | 101111 | 101101 |
Color Harmonies of #3CA77F
Complementary color
Monochromatic Colors of #3CA77F
Black with #3CA77F
Text Example
Text Example
White with #3CA77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA77F; }
p { color: rgb(60,167,127); }
H1.HeaderClassName
{
color: #3CA77F;
}
.AnyTagClassName
{
color: #3CA77F;
}
</style>
background-color css
<style>
a { background-color: #3CA77F; }
a { background-color: rgb(60,167,127); }
div.DivClassName
{
background-color: #3CA77F;
}
.BgClassName
{
background-color: #3CA77F;
}
</style>
border-color css
<style>
span { border-color: #3CA77F; }
span { border-color: rgb(60,167,127); }
td.TdClassName
{
border-color: #3CA77F;
}
.TagClassName
{
border-color: #3CA77F;
}
</style>