Shades of Goblin #345F41
Tints of Goblin #345F41
RGB
CMYK
RGB Variations
Color information
#345F41 (or 0x345F41) is known color: Goblin. HEX triplet: 34, 5F and 41. RGB value is (52,95,65). Sum of RGB (Red+Green+Blue) = 52+95+65=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 95 - color contains mainly: green. Hex color #345F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F41 is #CBA0BE. Grayscale: #4E4E4E. Windows color (decimal): -13344959 or 4284212. OLE color: 4284212.
HSL color Cylindrical-coordinate representation of color #345F41: hue angle of 138.14º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F41 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 95 | 65 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.63 |
| HSL | 138.14º | 0.29% | 0.29% | - |
| HSV(B) | 138.14º | 0.45% | 0.37% | - |
| XYZ | 6.46 | 9.3 | 6.45 | - |
| YUV | 78.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 95 | 65 | 0.45 | 0 | 0.32 | 0.63 | 138.14 | 0.29 | 0.29 |
| Hex | 34 | 5F | 41 | 2D | 0 | 20 | 3F | 8A | 1D | 1D |
| Octal | 64 | 137 | 101 | 55 | 0 | 40 | 77 | 212 | 35 | 35 |
| Binary | 110100 | 1011111 | 1000001 | 101101 | 0 | 100000 | 111111 | 10001010 | 11101 | 11101 |
Color Harmonies of #345F41
Complementary color
Monochromatic Colors of #345F41
Black with #345F41
Text Example
Text Example
White with #345F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345F41; }
p { color: rgb(52,95,65); }
H1.HeaderClassName
{
color: #345F41;
}
.AnyTagClassName
{
color: #345F41;
}
</style>
background-color css
<style>
a { background-color: #345F41; }
a { background-color: rgb(52,95,65); }
div.DivClassName
{
background-color: #345F41;
}
.BgClassName
{
background-color: #345F41;
}
</style>
border-color css
<style>
span { border-color: #345F41; }
span { border-color: rgb(52,95,65); }
td.TdClassName
{
border-color: #345F41;
}
.TagClassName
{
border-color: #345F41;
}
</style>