Shades of Goblin #345743
Tints of Goblin #345743
RGB
CMYK
RGB Variations
Color information
#345743 (or 0x345743) is known color: Goblin. HEX triplet: 34, 57 and 43. RGB value is (52,87,67). Sum of RGB (Red+Green+Blue) = 52+87+67=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #345743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345743 is #CBA8BC. Grayscale: #4A4A4A. Windows color (decimal): -13347005 or 4413236. OLE color: 4413236.
HSL color Cylindrical-coordinate representation of color #345743: hue angle of 145.71º 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 #345743 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 67 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.66 |
| HSL | 145.71º | 0.25% | 0.27% | - |
| HSV(B) | 145.71º | 0.4% | 0.34% | - |
| XYZ | 5.84 | 7.95 | 6.54 | - |
| YUV | 74.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 67 | 0.40 | 0 | 0.23 | 0.66 | 145.71 | 0.25 | 0.27 |
| Hex | 34 | 57 | 43 | 28 | 0 | 17 | 42 | 92 | 19 | 1B |
| Octal | 64 | 127 | 103 | 50 | 0 | 27 | 102 | 222 | 31 | 33 |
| Binary | 110100 | 1010111 | 1000011 | 101000 | 0 | 10111 | 1000010 | 10010010 | 11001 | 11011 |
Color Harmonies of #345743
Complementary color
Monochromatic Colors of #345743
Black with #345743
Text Example
Text Example
White with #345743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345743; }
p { color: rgb(52,87,67); }
H1.HeaderClassName
{
color: #345743;
}
.AnyTagClassName
{
color: #345743;
}
</style>
background-color css
<style>
a { background-color: #345743; }
a { background-color: rgb(52,87,67); }
div.DivClassName
{
background-color: #345743;
}
.BgClassName
{
background-color: #345743;
}
</style>
border-color css
<style>
span { border-color: #345743; }
span { border-color: rgb(52,87,67); }
td.TdClassName
{
border-color: #345743;
}
.TagClassName
{
border-color: #345743;
}
</style>