Shades of Gossamer #3CA792
Tints of Gossamer #3CA792
RGB
CMYK
RGB Variations
Color information
#3CA792 (or 0x3CA792) is known color: Gossamer. HEX triplet: 3C, A7 and 92. RGB value is (60,167,146). Sum of RGB (Red+Green+Blue) = 60+167+146=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA792 is #C3586D. Grayscale: #848484. Windows color (decimal): -12802158 or 9611068. OLE color: 9611068.
HSL color Cylindrical-coordinate representation of color #3CA792: hue angle of 168.22º 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 #3CA792 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 167 | 146 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.35 |
| HSL | 168.22º | 0.47% | 0.45% | - |
| HSV(B) | 168.22º | 0.64% | 0.65% | - |
| XYZ | 20.87 | 30.67 | 32.01 | - |
| YUV | 132.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 167 | 146 | 0.64 | 0 | 0.13 | 0.35 | 168.22 | 0.47 | 0.45 |
| Hex | 3C | A7 | 92 | 40 | 0 | D | 23 | A8 | 2F | 2D |
| Octal | 74 | 247 | 222 | 100 | 0 | 15 | 43 | 250 | 57 | 55 |
| Binary | 111100 | 10100111 | 10010010 | 1000000 | 0 | 1101 | 100011 | 10101000 | 101111 | 101101 |
Color Harmonies of #3CA792
Complementary color
Monochromatic Colors of #3CA792
Black with #3CA792
Text Example
Text Example
White with #3CA792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA792; }
p { color: rgb(60,167,146); }
H1.HeaderClassName
{
color: #3CA792;
}
.AnyTagClassName
{
color: #3CA792;
}
</style>
background-color css
<style>
a { background-color: #3CA792; }
a { background-color: rgb(60,167,146); }
div.DivClassName
{
background-color: #3CA792;
}
.BgClassName
{
background-color: #3CA792;
}
</style>
border-color css
<style>
span { border-color: #3CA792; }
span { border-color: rgb(60,167,146); }
td.TdClassName
{
border-color: #3CA792;
}
.TagClassName
{
border-color: #3CA792;
}
</style>