Shades of Goblin #3F5545
Tints of Goblin #3F5545
RGB
CMYK
RGB Variations
Color information
#3F5545 (or 0x3F5545) is known color: Goblin. HEX triplet: 3F, 55 and 45. RGB value is (63,85,69). Sum of RGB (Red+Green+Blue) = 63+85+69=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5545 is #C0AABA. Grayscale: #4C4C4C. Windows color (decimal): -12626619 or 4543807. OLE color: 4543807.
HSL color Cylindrical-coordinate representation of color #3F5545: hue angle of 136.36º 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 #3F5545 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 85 | 69 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.67 |
| HSL | 136.36º | 0.15% | 0.29% | - |
| HSV(B) | 136.36º | 0.26% | 0.33% | - |
| XYZ | 6.37 | 7.98 | 6.84 | - |
| YUV | 76.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 85 | 69 | 0.26 | 0 | 0.19 | 0.67 | 136.36 | 0.15 | 0.29 |
| Hex | 3F | 55 | 45 | 1A | 0 | 13 | 43 | 88 | F | 1D |
| Octal | 77 | 125 | 105 | 32 | 0 | 23 | 103 | 210 | 17 | 35 |
| Binary | 111111 | 1010101 | 1000101 | 11010 | 0 | 10011 | 1000011 | 10001000 | 1111 | 11101 |
Color Harmonies of #3F5545
Complementary color
Monochromatic Colors of #3F5545
Black with #3F5545
Text Example
Text Example
White with #3F5545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5545; }
p { color: rgb(63,85,69); }
H1.HeaderClassName
{
color: #3F5545;
}
.AnyTagClassName
{
color: #3F5545;
}
</style>
background-color css
<style>
a { background-color: #3F5545; }
a { background-color: rgb(63,85,69); }
div.DivClassName
{
background-color: #3F5545;
}
.BgClassName
{
background-color: #3F5545;
}
</style>
border-color css
<style>
span { border-color: #3F5545; }
span { border-color: rgb(63,85,69); }
td.TdClassName
{
border-color: #3F5545;
}
.TagClassName
{
border-color: #3F5545;
}
</style>