Shades of Goblin #34513D
Tints of Goblin #34513D
RGB
CMYK
RGB Variations
Color information
#34513D (or 0x34513D) is known color: Goblin. HEX triplet: 34, 51 and 3D. RGB value is (52,81,61). Sum of RGB (Red+Green+Blue) = 52+81+61=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #34513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34513D is #CBAEC2. Grayscale: #464646. Windows color (decimal): -13348547 or 4018484. OLE color: 4018484.
HSL color Cylindrical-coordinate representation of color #34513D: hue angle of 138.62º 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 #34513D is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 61 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.68 |
| HSL | 138.62º | 0.22% | 0.26% | - |
| HSV(B) | 138.62º | 0.36% | 0.32% | - |
| XYZ | 5.2 | 6.95 | 5.48 | - |
| YUV | 70.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 61 | 0.36 | 0 | 0.25 | 0.68 | 138.62 | 0.22 | 0.26 |
| Hex | 34 | 51 | 3D | 24 | 0 | 19 | 44 | 8B | 16 | 1A |
| Octal | 64 | 121 | 75 | 44 | 0 | 31 | 104 | 213 | 26 | 32 |
| Binary | 110100 | 1010001 | 111101 | 100100 | 0 | 11001 | 1000100 | 10001011 | 10110 | 11010 |
Color Harmonies of #34513D
Complementary color
Monochromatic Colors of #34513D
Black with #34513D
Text Example
Text Example
White with #34513D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34513D; }
p { color: rgb(52,81,61); }
H1.HeaderClassName
{
color: #34513D;
}
.AnyTagClassName
{
color: #34513D;
}
</style>
background-color css
<style>
a { background-color: #34513D; }
a { background-color: rgb(52,81,61); }
div.DivClassName
{
background-color: #34513D;
}
.BgClassName
{
background-color: #34513D;
}
</style>
border-color css
<style>
span { border-color: #34513D; }
span { border-color: rgb(52,81,61); }
td.TdClassName
{
border-color: #34513D;
}
.TagClassName
{
border-color: #34513D;
}
</style>