Shades of Goblin #3B5341
Tints of Goblin #3B5341
RGB
CMYK
RGB Variations
Color information
#3B5341 (or 0x3B5341) is known color: Goblin. HEX triplet: 3B, 53 and 41. RGB value is (59,83,65). Sum of RGB (Red+Green+Blue) = 59+83+65=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5341 is #C4ACBE. Grayscale: #494949. Windows color (decimal): -12889279 or 4281147. OLE color: 4281147.
HSL color Cylindrical-coordinate representation of color #3B5341: hue angle of 135º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B5341 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 83 | 65 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.67 |
| HSL | 135º | 0.17% | 0.28% | - |
| HSV(B) | 135º | 0.29% | 0.33% | - |
| XYZ | 5.85 | 7.5 | 6.14 | - |
| YUV | 73.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 65 | 0.29 | 0 | 0.22 | 0.67 | 135 | 0.17 | 0.28 |
| Hex | 3B | 53 | 41 | 1D | 0 | 16 | 43 | 87 | 11 | 1C |
| Octal | 73 | 123 | 101 | 35 | 0 | 26 | 103 | 207 | 21 | 34 |
| Binary | 111011 | 1010011 | 1000001 | 11101 | 0 | 10110 | 1000011 | 10000111 | 10001 | 11100 |
Color Harmonies of #3B5341
Complementary color
Monochromatic Colors of #3B5341
Black with #3B5341
Text Example
Text Example
White with #3B5341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5341; }
p { color: rgb(59,83,65); }
H1.HeaderClassName
{
color: #3B5341;
}
.AnyTagClassName
{
color: #3B5341;
}
</style>
background-color css
<style>
a { background-color: #3B5341; }
a { background-color: rgb(59,83,65); }
div.DivClassName
{
background-color: #3B5341;
}
.BgClassName
{
background-color: #3B5341;
}
</style>
border-color css
<style>
span { border-color: #3B5341; }
span { border-color: rgb(59,83,65); }
td.TdClassName
{
border-color: #3B5341;
}
.TagClassName
{
border-color: #3B5341;
}
</style>