Shades of Goblin #3F5845
Tints of Goblin #3F5845
RGB
CMYK
RGB Variations
Color information
#3F5845 (or 0x3F5845) is known color: Goblin. HEX triplet: 3F, 58 and 45. RGB value is (63,88,69). Sum of RGB (Red+Green+Blue) = 63+88+69=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 88 - color contains mainly: green. Hex color #3F5845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5845 is #C0A7BA. Grayscale: #4E4E4E. Windows color (decimal): -12625851 or 4544575. OLE color: 4544575.
HSL color Cylindrical-coordinate representation of color #3F5845: hue angle of 134.4º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5845 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 88 | 69 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.65 |
| HSL | 134.4º | 0.17% | 0.3% | - |
| HSV(B) | 134.4º | 0.28% | 0.35% | - |
| XYZ | 6.61 | 8.47 | 6.92 | - |
| YUV | 78.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 69 | 0.28 | 0 | 0.22 | 0.65 | 134.4 | 0.17 | 0.3 |
| Hex | 3F | 58 | 45 | 1C | 0 | 16 | 41 | 86 | 11 | 1E |
| Octal | 77 | 130 | 105 | 34 | 0 | 26 | 101 | 206 | 21 | 36 |
| Binary | 111111 | 1011000 | 1000101 | 11100 | 0 | 10110 | 1000001 | 10000110 | 10001 | 11110 |
Color Harmonies of #3F5845
Complementary color
Monochromatic Colors of #3F5845
Black with #3F5845
Text Example
Text Example
White with #3F5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5845; }
p { color: rgb(63,88,69); }
H1.HeaderClassName
{
color: #3F5845;
}
.AnyTagClassName
{
color: #3F5845;
}
</style>
background-color css
<style>
a { background-color: #3F5845; }
a { background-color: rgb(63,88,69); }
div.DivClassName
{
background-color: #3F5845;
}
.BgClassName
{
background-color: #3F5845;
}
</style>
border-color css
<style>
span { border-color: #3F5845; }
span { border-color: rgb(63,88,69); }
td.TdClassName
{
border-color: #3F5845;
}
.TagClassName
{
border-color: #3F5845;
}
</style>