Shades of Goblin #3F5744
Tints of Goblin #3F5744
RGB
CMYK
RGB Variations
Color information
#3F5744 (or 0x3F5744) is known color: Goblin. HEX triplet: 3F, 57 and 44. RGB value is (63,87,68). Sum of RGB (Red+Green+Blue) = 63+87+68=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5744 is #C0A8BB. Grayscale: #4D4D4D. Windows color (decimal): -12626108 or 4478783. OLE color: 4478783.
HSL color Cylindrical-coordinate representation of color #3F5744: hue angle of 132.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5744 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 68 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.66 |
| HSL | 132.5º | 0.16% | 0.29% | - |
| HSV(B) | 132.5º | 0.28% | 0.34% | - |
| XYZ | 6.5 | 8.29 | 6.73 | - |
| YUV | 77.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 68 | 0.28 | 0 | 0.22 | 0.66 | 132.5 | 0.16 | 0.29 |
| Hex | 3F | 57 | 44 | 1C | 0 | 16 | 42 | 84 | 10 | 1D |
| Octal | 77 | 127 | 104 | 34 | 0 | 26 | 102 | 204 | 20 | 35 |
| Binary | 111111 | 1010111 | 1000100 | 11100 | 0 | 10110 | 1000010 | 10000100 | 10000 | 11101 |
Color Harmonies of #3F5744
Complementary color
Monochromatic Colors of #3F5744
Black with #3F5744
Text Example
Text Example
White with #3F5744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5744; }
p { color: rgb(63,87,68); }
H1.HeaderClassName
{
color: #3F5744;
}
.AnyTagClassName
{
color: #3F5744;
}
</style>
background-color css
<style>
a { background-color: #3F5744; }
a { background-color: rgb(63,87,68); }
div.DivClassName
{
background-color: #3F5744;
}
.BgClassName
{
background-color: #3F5744;
}
</style>
border-color css
<style>
span { border-color: #3F5744; }
span { border-color: rgb(63,87,68); }
td.TdClassName
{
border-color: #3F5744;
}
.TagClassName
{
border-color: #3F5744;
}
</style>