Shades of Goblin #345140
Tints of Goblin #345140
RGB
CMYK
RGB Variations
Color information
#345140 (or 0x345140) is known color: Goblin. HEX triplet: 34, 51 and 40. RGB value is (52,81,64). Sum of RGB (Red+Green+Blue) = 52+81+64=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #345140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345140 is #CBAEBF. Grayscale: #464646. Windows color (decimal): -13348544 or 4215092. OLE color: 4215092.
HSL color Cylindrical-coordinate representation of color #345140: hue angle of 144.83º 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 #345140 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 64 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.68 |
| HSL | 144.83º | 0.22% | 0.26% | - |
| HSV(B) | 144.83º | 0.36% | 0.32% | - |
| XYZ | 5.28 | 6.99 | 5.92 | - |
| YUV | 70.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 64 | 0.36 | 0 | 0.21 | 0.68 | 144.83 | 0.22 | 0.26 |
| Hex | 34 | 51 | 40 | 24 | 0 | 15 | 44 | 91 | 16 | 1A |
| Octal | 64 | 121 | 100 | 44 | 0 | 25 | 104 | 221 | 26 | 32 |
| Binary | 110100 | 1010001 | 1000000 | 100100 | 0 | 10101 | 1000100 | 10010001 | 10110 | 11010 |
Color Harmonies of #345140
Complementary color
Monochromatic Colors of #345140
Black with #345140
Text Example
Text Example
White with #345140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345140; }
p { color: rgb(52,81,64); }
H1.HeaderClassName
{
color: #345140;
}
.AnyTagClassName
{
color: #345140;
}
</style>
background-color css
<style>
a { background-color: #345140; }
a { background-color: rgb(52,81,64); }
div.DivClassName
{
background-color: #345140;
}
.BgClassName
{
background-color: #345140;
}
</style>
border-color css
<style>
span { border-color: #345140; }
span { border-color: rgb(52,81,64); }
td.TdClassName
{
border-color: #345140;
}
.TagClassName
{
border-color: #345140;
}
</style>