Shades of Gossamer #3CAF84
Tints of Gossamer #3CAF84
RGB
CMYK
RGB Variations
Color information
#3CAF84 (or 0x3CAF84) is known color: Gossamer. HEX triplet: 3C, AF and 84. RGB value is (60,175,132). Sum of RGB (Red+Green+Blue) = 60+175+132=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF84 is #C3507B. Grayscale: #878787. Windows color (decimal): -12800124 or 8695612. OLE color: 8695612.
HSL color Cylindrical-coordinate representation of color #3CAF84: hue angle of 157.57º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF84 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 132 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.31 |
| HSL | 157.57º | 0.49% | 0.46% | - |
| HSV(B) | 157.57º | 0.66% | 0.69% | - |
| XYZ | 21.36 | 33.29 | 27.13 | - |
| YUV | 135.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 132 | 0.66 | 0 | 0.25 | 0.31 | 157.57 | 0.49 | 0.46 |
| Hex | 3C | AF | 84 | 42 | 0 | 19 | 1F | 9E | 31 | 2E |
| Octal | 74 | 257 | 204 | 102 | 0 | 31 | 37 | 236 | 61 | 56 |
| Binary | 111100 | 10101111 | 10000100 | 1000010 | 0 | 11001 | 11111 | 10011110 | 110001 | 101110 |
Color Harmonies of #3CAF84
Complementary color
Monochromatic Colors of #3CAF84
Black with #3CAF84
Text Example
Text Example
White with #3CAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF84; }
p { color: rgb(60,175,132); }
H1.HeaderClassName
{
color: #3CAF84;
}
.AnyTagClassName
{
color: #3CAF84;
}
</style>
background-color css
<style>
a { background-color: #3CAF84; }
a { background-color: rgb(60,175,132); }
div.DivClassName
{
background-color: #3CAF84;
}
.BgClassName
{
background-color: #3CAF84;
}
</style>
border-color css
<style>
span { border-color: #3CAF84; }
span { border-color: rgb(60,175,132); }
td.TdClassName
{
border-color: #3CAF84;
}
.TagClassName
{
border-color: #3CAF84;
}
</style>