Shades of Goblin #3C4F3F
Tints of Goblin #3C4F3F
RGB
CMYK
RGB Variations
Color information
#3C4F3F (or 0x3C4F3F) is known color: Goblin. HEX triplet: 3C, 4F and 3F. RGB value is (60,79,63). Sum of RGB (Red+Green+Blue) = 60+79+63=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 79 - color contains mainly: green. Hex color #3C4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C4F3F is #C3B0C0. Grayscale: #474747. Windows color (decimal): -12824769 or 4149052. OLE color: 4149052.
HSL color Cylindrical-coordinate representation of color #3C4F3F: hue angle of 129.47º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3C4F3F is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 79 | 63 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.69 |
| HSL | 129.47º | 0.14% | 0.27% | - |
| HSV(B) | 129.47º | 0.24% | 0.31% | - |
| XYZ | 5.56 | 6.91 | 5.74 | - |
| YUV | 71.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 79 | 63 | 0.24 | 0 | 0.20 | 0.69 | 129.47 | 0.14 | 0.27 |
| Hex | 3C | 4F | 3F | 18 | 0 | 14 | 45 | 81 | E | 1B |
| Octal | 74 | 117 | 77 | 30 | 0 | 24 | 105 | 201 | 16 | 33 |
| Binary | 111100 | 1001111 | 111111 | 11000 | 0 | 10100 | 1000101 | 10000001 | 1110 | 11011 |
Color Harmonies of #3C4F3F
Complementary color
Monochromatic Colors of #3C4F3F
Black with #3C4F3F
Text Example
Text Example
White with #3C4F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4F3F; }
p { color: rgb(60,79,63); }
H1.HeaderClassName
{
color: #3C4F3F;
}
.AnyTagClassName
{
color: #3C4F3F;
}
</style>
background-color css
<style>
a { background-color: #3C4F3F; }
a { background-color: rgb(60,79,63); }
div.DivClassName
{
background-color: #3C4F3F;
}
.BgClassName
{
background-color: #3C4F3F;
}
</style>
border-color css
<style>
span { border-color: #3C4F3F; }
span { border-color: rgb(60,79,63); }
td.TdClassName
{
border-color: #3C4F3F;
}
.TagClassName
{
border-color: #3C4F3F;
}
</style>