Shades of Goblin #345240
Tints of Goblin #345240
RGB
CMYK
RGB Variations
Color information
#345240 (or 0x345240) is known color: Goblin. HEX triplet: 34, 52 and 40. RGB value is (52,82,64). Sum of RGB (Red+Green+Blue) = 52+82+64=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #345240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345240 is #CBADBF. Grayscale: #474747. Windows color (decimal): -13348288 or 4215348. OLE color: 4215348.
HSL color Cylindrical-coordinate representation of color #345240: hue angle of 144º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345240 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 82 | 64 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.68 |
| HSL | 144º | 0.22% | 0.26% | - |
| HSV(B) | 144º | 0.37% | 0.32% | - |
| XYZ | 5.36 | 7.13 | 5.95 | - |
| YUV | 70.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 64 | 0.37 | 0 | 0.22 | 0.68 | 144 | 0.22 | 0.26 |
| Hex | 34 | 52 | 40 | 25 | 0 | 16 | 44 | 90 | 16 | 1A |
| Octal | 64 | 122 | 100 | 45 | 0 | 26 | 104 | 220 | 26 | 32 |
| Binary | 110100 | 1010010 | 1000000 | 100101 | 0 | 10110 | 1000100 | 10010000 | 10110 | 11010 |
Color Harmonies of #345240
Complementary color
Monochromatic Colors of #345240
Black with #345240
Text Example
Text Example
White with #345240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345240; }
p { color: rgb(52,82,64); }
H1.HeaderClassName
{
color: #345240;
}
.AnyTagClassName
{
color: #345240;
}
</style>
background-color css
<style>
a { background-color: #345240; }
a { background-color: rgb(52,82,64); }
div.DivClassName
{
background-color: #345240;
}
.BgClassName
{
background-color: #345240;
}
</style>
border-color css
<style>
span { border-color: #345240; }
span { border-color: rgb(52,82,64); }
td.TdClassName
{
border-color: #345240;
}
.TagClassName
{
border-color: #345240;
}
</style>