Shades of Goblin #34513F
Tints of Goblin #34513F
RGB
CMYK
RGB Variations
Color information
#34513F (or 0x34513F) is known color: Goblin. HEX triplet: 34, 51 and 3F. RGB value is (52,81,63). Sum of RGB (Red+Green+Blue) = 52+81+63=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #34513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34513F is #CBAEC0. Grayscale: #464646. Windows color (decimal): -13348545 or 4149556. OLE color: 4149556.
HSL color Cylindrical-coordinate representation of color #34513F: hue angle of 142.76º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #34513F is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 63 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.68 |
| HSL | 142.76º | 0.22% | 0.26% | - |
| HSV(B) | 142.76º | 0.36% | 0.32% | - |
| XYZ | 5.26 | 6.97 | 5.77 | - |
| YUV | 70.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 63 | 0.36 | 0 | 0.22 | 0.68 | 142.76 | 0.22 | 0.26 |
| Hex | 34 | 51 | 3F | 24 | 0 | 16 | 44 | 8F | 16 | 1A |
| Octal | 64 | 121 | 77 | 44 | 0 | 26 | 104 | 217 | 26 | 32 |
| Binary | 110100 | 1010001 | 111111 | 100100 | 0 | 10110 | 1000100 | 10001111 | 10110 | 11010 |
Color Harmonies of #34513F
Complementary color
Monochromatic Colors of #34513F
Black with #34513F
Text Example
Text Example
White with #34513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34513F; }
p { color: rgb(52,81,63); }
H1.HeaderClassName
{
color: #34513F;
}
.AnyTagClassName
{
color: #34513F;
}
</style>
background-color css
<style>
a { background-color: #34513F; }
a { background-color: rgb(52,81,63); }
div.DivClassName
{
background-color: #34513F;
}
.BgClassName
{
background-color: #34513F;
}
</style>
border-color css
<style>
span { border-color: #34513F; }
span { border-color: rgb(52,81,63); }
td.TdClassName
{
border-color: #34513F;
}
.TagClassName
{
border-color: #34513F;
}
</style>