Shades of Goblin #3F5444
Tints of Goblin #3F5444
RGB
CMYK
RGB Variations
Color information
#3F5444 (or 0x3F5444) is known color: Goblin. HEX triplet: 3F, 54 and 44. RGB value is (63,84,68). Sum of RGB (Red+Green+Blue) = 63+84+68=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5444 is #C0ABBB. Grayscale: #4B4B4B. Windows color (decimal): -12626876 or 4478015. OLE color: 4478015.
HSL color Cylindrical-coordinate representation of color #3F5444: hue angle of 134.29º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F5444 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 84 | 68 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.67 |
| HSL | 134.29º | 0.14% | 0.29% | - |
| HSV(B) | 134.29º | 0.25% | 0.33% | - |
| XYZ | 6.26 | 7.81 | 6.65 | - |
| YUV | 75.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 84 | 68 | 0.25 | 0 | 0.19 | 0.67 | 134.29 | 0.14 | 0.29 |
| Hex | 3F | 54 | 44 | 19 | 0 | 13 | 43 | 86 | E | 1D |
| Octal | 77 | 124 | 104 | 31 | 0 | 23 | 103 | 206 | 16 | 35 |
| Binary | 111111 | 1010100 | 1000100 | 11001 | 0 | 10011 | 1000011 | 10000110 | 1110 | 11101 |
Color Harmonies of #3F5444
Complementary color
Monochromatic Colors of #3F5444
Black with #3F5444
Text Example
Text Example
White with #3F5444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5444; }
p { color: rgb(63,84,68); }
H1.HeaderClassName
{
color: #3F5444;
}
.AnyTagClassName
{
color: #3F5444;
}
</style>
background-color css
<style>
a { background-color: #3F5444; }
a { background-color: rgb(63,84,68); }
div.DivClassName
{
background-color: #3F5444;
}
.BgClassName
{
background-color: #3F5444;
}
</style>
border-color css
<style>
span { border-color: #3F5444; }
span { border-color: rgb(63,84,68); }
td.TdClassName
{
border-color: #3F5444;
}
.TagClassName
{
border-color: #3F5444;
}
</style>