Shades of Goblin #345740
Tints of Goblin #345740
RGB
CMYK
RGB Variations
Color information
#345740 (or 0x345740) is known color: Goblin. HEX triplet: 34, 57 and 40. RGB value is (52,87,64). Sum of RGB (Red+Green+Blue) = 52+87+64=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 87 - color contains mainly: green. Hex color #345740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345740 is #CBA8BF. Grayscale: #494949. Windows color (decimal): -13347008 or 4216628. OLE color: 4216628.
HSL color Cylindrical-coordinate representation of color #345740: hue angle of 140.57º 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 #345740 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 64 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.66 |
| HSL | 140.57º | 0.25% | 0.27% | - |
| HSV(B) | 140.57º | 0.4% | 0.34% | - |
| XYZ | 5.75 | 7.92 | 6.08 | - |
| YUV | 73.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 64 | 0.40 | 0 | 0.26 | 0.66 | 140.57 | 0.25 | 0.27 |
| Hex | 34 | 57 | 40 | 28 | 0 | 1A | 42 | 8D | 19 | 1B |
| Octal | 64 | 127 | 100 | 50 | 0 | 32 | 102 | 215 | 31 | 33 |
| Binary | 110100 | 1010111 | 1000000 | 101000 | 0 | 11010 | 1000010 | 10001101 | 11001 | 11011 |
Color Harmonies of #345740
Complementary color
Monochromatic Colors of #345740
Black with #345740
Text Example
Text Example
White with #345740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345740; }
p { color: rgb(52,87,64); }
H1.HeaderClassName
{
color: #345740;
}
.AnyTagClassName
{
color: #345740;
}
</style>
background-color css
<style>
a { background-color: #345740; }
a { background-color: rgb(52,87,64); }
div.DivClassName
{
background-color: #345740;
}
.BgClassName
{
background-color: #345740;
}
</style>
border-color css
<style>
span { border-color: #345740; }
span { border-color: rgb(52,87,64); }
td.TdClassName
{
border-color: #345740;
}
.TagClassName
{
border-color: #345740;
}
</style>