Shades of Goblin #345139
Tints of Goblin #345139
RGB
CMYK
RGB Variations
Color information
#345139 (or 0x345139) is known color: Goblin. HEX triplet: 34, 51 and 39. RGB value is (52,81,57). Sum of RGB (Red+Green+Blue) = 52+81+57=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #345139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345139 is #CBAEC6. Grayscale: #454545. Windows color (decimal): -13348551 or 3756340. OLE color: 3756340.
HSL color Cylindrical-coordinate representation of color #345139: hue angle of 130.34º 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 #345139 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 57 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.68 |
| HSL | 130.34º | 0.22% | 0.26% | - |
| HSV(B) | 130.34º | 0.36% | 0.32% | - |
| XYZ | 5.1 | 6.91 | 4.94 | - |
| YUV | 69.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 57 | 0.36 | 0 | 0.30 | 0.68 | 130.34 | 0.22 | 0.26 |
| Hex | 34 | 51 | 39 | 24 | 0 | 1E | 44 | 82 | 16 | 1A |
| Octal | 64 | 121 | 71 | 44 | 0 | 36 | 104 | 202 | 26 | 32 |
| Binary | 110100 | 1010001 | 111001 | 100100 | 0 | 11110 | 1000100 | 10000010 | 10110 | 11010 |
Color Harmonies of #345139
Complementary color
Monochromatic Colors of #345139
Black with #345139
Text Example
Text Example
White with #345139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345139; }
p { color: rgb(52,81,57); }
H1.HeaderClassName
{
color: #345139;
}
.AnyTagClassName
{
color: #345139;
}
</style>
background-color css
<style>
a { background-color: #345139; }
a { background-color: rgb(52,81,57); }
div.DivClassName
{
background-color: #345139;
}
.BgClassName
{
background-color: #345139;
}
</style>
border-color css
<style>
span { border-color: #345139; }
span { border-color: rgb(52,81,57); }
td.TdClassName
{
border-color: #345139;
}
.TagClassName
{
border-color: #345139;
}
</style>