Shades of Goblin #345841
Tints of Goblin #345841
RGB
CMYK
RGB Variations
Color information
#345841 (or 0x345841) is known color: Goblin. HEX triplet: 34, 58 and 41. RGB value is (52,88,65). Sum of RGB (Red+Green+Blue) = 52+88+65=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 88 - color contains mainly: green. Hex color #345841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345841 is #CBA7BE. Grayscale: #4A4A4A. Windows color (decimal): -13346751 or 4282420. OLE color: 4282420.
HSL color Cylindrical-coordinate representation of color #345841: hue angle of 141.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #345841 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 88 | 65 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.65 |
| HSL | 141.67º | 0.26% | 0.27% | - |
| HSV(B) | 141.67º | 0.41% | 0.35% | - |
| XYZ | 5.86 | 8.09 | 6.25 | - |
| YUV | 74.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 88 | 65 | 0.41 | 0 | 0.26 | 0.65 | 141.67 | 0.26 | 0.27 |
| Hex | 34 | 58 | 41 | 29 | 0 | 1A | 41 | 8E | 1A | 1B |
| Octal | 64 | 130 | 101 | 51 | 0 | 32 | 101 | 216 | 32 | 33 |
| Binary | 110100 | 1011000 | 1000001 | 101001 | 0 | 11010 | 1000001 | 10001110 | 11010 | 11011 |
Color Harmonies of #345841
Complementary color
Monochromatic Colors of #345841
Black with #345841
Text Example
Text Example
White with #345841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345841; }
p { color: rgb(52,88,65); }
H1.HeaderClassName
{
color: #345841;
}
.AnyTagClassName
{
color: #345841;
}
</style>
background-color css
<style>
a { background-color: #345841; }
a { background-color: rgb(52,88,65); }
div.DivClassName
{
background-color: #345841;
}
.BgClassName
{
background-color: #345841;
}
</style>
border-color css
<style>
span { border-color: #345841; }
span { border-color: rgb(52,88,65); }
td.TdClassName
{
border-color: #345841;
}
.TagClassName
{
border-color: #345841;
}
</style>