Shades of Goblin #345241
Tints of Goblin #345241
RGB
CMYK
RGB Variations
Color information
#345241 (or 0x345241) is known color: Goblin. HEX triplet: 34, 52 and 41. RGB value is (52,82,65). Sum of RGB (Red+Green+Blue) = 52+82+65=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #345241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345241 is #CBADBE. Grayscale: #474747. Windows color (decimal): -13348287 or 4280884. OLE color: 4280884.
HSL color Cylindrical-coordinate representation of color #345241: hue angle of 146º 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 #345241 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 82 | 65 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.68 |
| HSL | 146º | 0.22% | 0.26% | - |
| HSV(B) | 146º | 0.37% | 0.32% | - |
| XYZ | 5.39 | 7.15 | 6.1 | - |
| YUV | 71.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 82 | 65 | 0.37 | 0 | 0.21 | 0.68 | 146 | 0.22 | 0.26 |
| Hex | 34 | 52 | 41 | 25 | 0 | 15 | 44 | 92 | 16 | 1A |
| Octal | 64 | 122 | 101 | 45 | 0 | 25 | 104 | 222 | 26 | 32 |
| Binary | 110100 | 1010010 | 1000001 | 100101 | 0 | 10101 | 1000100 | 10010010 | 10110 | 11010 |
Color Harmonies of #345241
Complementary color
Monochromatic Colors of #345241
Black with #345241
Text Example
Text Example
White with #345241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345241; }
p { color: rgb(52,82,65); }
H1.HeaderClassName
{
color: #345241;
}
.AnyTagClassName
{
color: #345241;
}
</style>
background-color css
<style>
a { background-color: #345241; }
a { background-color: rgb(52,82,65); }
div.DivClassName
{
background-color: #345241;
}
.BgClassName
{
background-color: #345241;
}
</style>
border-color css
<style>
span { border-color: #345241; }
span { border-color: rgb(52,82,65); }
td.TdClassName
{
border-color: #345241;
}
.TagClassName
{
border-color: #345241;
}
</style>