Shades of Goblin #3B5B44
Tints of Goblin #3B5B44
RGB
CMYK
RGB Variations
Color information
#3B5B44 (or 0x3B5B44) is known color: Goblin. HEX triplet: 3B, 5B and 44. RGB value is (59,91,68). Sum of RGB (Red+Green+Blue) = 59+91+68=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #3B5B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5B44 is #C4A4BB. Grayscale: #4E4E4E. Windows color (decimal): -12887228 or 4479803. OLE color: 4479803.
HSL color Cylindrical-coordinate representation of color #3B5B44: hue angle of 136.88º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B5B44 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 91 | 68 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.64 |
| HSL | 136.88º | 0.21% | 0.29% | - |
| HSV(B) | 136.88º | 0.35% | 0.36% | - |
| XYZ | 6.59 | 8.83 | 6.83 | - |
| YUV | 78.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 68 | 0.35 | 0 | 0.25 | 0.64 | 136.88 | 0.21 | 0.29 |
| Hex | 3B | 5B | 44 | 23 | 0 | 19 | 40 | 89 | 15 | 1D |
| Octal | 73 | 133 | 104 | 43 | 0 | 31 | 100 | 211 | 25 | 35 |
| Binary | 111011 | 1011011 | 1000100 | 100011 | 0 | 11001 | 1000000 | 10001001 | 10101 | 11101 |
Color Harmonies of #3B5B44
Complementary color
Monochromatic Colors of #3B5B44
Black with #3B5B44
Text Example
Text Example
White with #3B5B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5B44; }
p { color: rgb(59,91,68); }
H1.HeaderClassName
{
color: #3B5B44;
}
.AnyTagClassName
{
color: #3B5B44;
}
</style>
background-color css
<style>
a { background-color: #3B5B44; }
a { background-color: rgb(59,91,68); }
div.DivClassName
{
background-color: #3B5B44;
}
.BgClassName
{
background-color: #3B5B44;
}
</style>
border-color css
<style>
span { border-color: #3B5B44; }
span { border-color: rgb(59,91,68); }
td.TdClassName
{
border-color: #3B5B44;
}
.TagClassName
{
border-color: #3B5B44;
}
</style>