Shades of Goblin #345643
Tints of Goblin #345643
RGB
CMYK
RGB Variations
Color information
#345643 (or 0x345643) is known color: Goblin. HEX triplet: 34, 56 and 43. RGB value is (52,86,67). Sum of RGB (Red+Green+Blue) = 52+86+67=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #345643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345643 is #CBA9BC. Grayscale: #494949. Windows color (decimal): -13347261 or 4412980. OLE color: 4412980.
HSL color Cylindrical-coordinate representation of color #345643: hue angle of 146.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345643 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 86 | 67 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.66 |
| HSL | 146.47º | 0.25% | 0.27% | - |
| HSV(B) | 146.47º | 0.4% | 0.34% | - |
| XYZ | 5.76 | 7.79 | 6.51 | - |
| YUV | 73.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 67 | 0.40 | 0 | 0.22 | 0.66 | 146.47 | 0.25 | 0.27 |
| Hex | 34 | 56 | 43 | 28 | 0 | 16 | 42 | 92 | 19 | 1B |
| Octal | 64 | 126 | 103 | 50 | 0 | 26 | 102 | 222 | 31 | 33 |
| Binary | 110100 | 1010110 | 1000011 | 101000 | 0 | 10110 | 1000010 | 10010010 | 11001 | 11011 |
Color Harmonies of #345643
Complementary color
Monochromatic Colors of #345643
Black with #345643
Text Example
Text Example
White with #345643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345643; }
p { color: rgb(52,86,67); }
H1.HeaderClassName
{
color: #345643;
}
.AnyTagClassName
{
color: #345643;
}
</style>
background-color css
<style>
a { background-color: #345643; }
a { background-color: rgb(52,86,67); }
div.DivClassName
{
background-color: #345643;
}
.BgClassName
{
background-color: #345643;
}
</style>
border-color css
<style>
span { border-color: #345643; }
span { border-color: rgb(52,86,67); }
td.TdClassName
{
border-color: #345643;
}
.TagClassName
{
border-color: #345643;
}
</style>