Shades of Goblin #3F5543
Tints of Goblin #3F5543
RGB
CMYK
RGB Variations
Color information
#3F5543 (or 0x3F5543) is known color: Goblin. HEX triplet: 3F, 55 and 43. RGB value is (63,85,67). Sum of RGB (Red+Green+Blue) = 63+85+67=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5543 is #C0AABC. Grayscale: #4C4C4C. Windows color (decimal): -12626621 or 4412735. OLE color: 4412735.
HSL color Cylindrical-coordinate representation of color #3F5543: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5543 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 67 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.67 |
| HSL | 130.91º | 0.15% | 0.29% | - |
| HSV(B) | 130.91º | 0.26% | 0.33% | - |
| XYZ | 6.31 | 7.96 | 6.51 | - |
| YUV | 76.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 67 | 0.26 | 0 | 0.21 | 0.67 | 130.91 | 0.15 | 0.29 |
| Hex | 3F | 55 | 43 | 1A | 0 | 15 | 43 | 83 | F | 1D |
| Octal | 77 | 125 | 103 | 32 | 0 | 25 | 103 | 203 | 17 | 35 |
| Binary | 111111 | 1010101 | 1000011 | 11010 | 0 | 10101 | 1000011 | 10000011 | 1111 | 11101 |
Color Harmonies of #3F5543
Complementary color
Monochromatic Colors of #3F5543
Black with #3F5543
Text Example
Text Example
White with #3F5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5543; }
p { color: rgb(63,85,67); }
H1.HeaderClassName
{
color: #3F5543;
}
.AnyTagClassName
{
color: #3F5543;
}
</style>
background-color css
<style>
a { background-color: #3F5543; }
a { background-color: rgb(63,85,67); }
div.DivClassName
{
background-color: #3F5543;
}
.BgClassName
{
background-color: #3F5543;
}
</style>
border-color css
<style>
span { border-color: #3F5543; }
span { border-color: rgb(63,85,67); }
td.TdClassName
{
border-color: #3F5543;
}
.TagClassName
{
border-color: #3F5543;
}
</style>