Shades of Goblin #3B4D3D
Tints of Goblin #3B4D3D
RGB
CMYK
RGB Variations
Color information
#3B4D3D (or 0x3B4D3D) is known color: Goblin. HEX triplet: 3B, 4D and 3D. RGB value is (59,77,61). Sum of RGB (Red+Green+Blue) = 59+77+61=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D3D is #C4B2C2. Grayscale: #454545. Windows color (decimal): -12890819 or 4017467. OLE color: 4017467.
HSL color Cylindrical-coordinate representation of color #3B4D3D: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B4D3D is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 77 | 61 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.70 |
| HSL | 126.67º | 0.13% | 0.27% | - |
| HSV(B) | 126.67º | 0.23% | 0.3% | - |
| XYZ | 5.3 | 6.57 | 5.4 | - |
| YUV | 69.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 61 | 0.23 | 0 | 0.21 | 0.70 | 126.67 | 0.13 | 0.27 |
| Hex | 3B | 4D | 3D | 17 | 0 | 15 | 46 | 7F | D | 1B |
| Octal | 73 | 115 | 75 | 27 | 0 | 25 | 106 | 177 | 15 | 33 |
| Binary | 111011 | 1001101 | 111101 | 10111 | 0 | 10101 | 1000110 | 1111111 | 1101 | 11011 |
Color Harmonies of #3B4D3D
Complementary color
Monochromatic Colors of #3B4D3D
Black with #3B4D3D
Text Example
Text Example
White with #3B4D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D3D; }
p { color: rgb(59,77,61); }
H1.HeaderClassName
{
color: #3B4D3D;
}
.AnyTagClassName
{
color: #3B4D3D;
}
</style>
background-color css
<style>
a { background-color: #3B4D3D; }
a { background-color: rgb(59,77,61); }
div.DivClassName
{
background-color: #3B4D3D;
}
.BgClassName
{
background-color: #3B4D3D;
}
</style>
border-color css
<style>
span { border-color: #3B4D3D; }
span { border-color: rgb(59,77,61); }
td.TdClassName
{
border-color: #3B4D3D;
}
.TagClassName
{
border-color: #3B4D3D;
}
</style>