Shades of Goblin #345741
Tints of Goblin #345741
RGB
CMYK
RGB Variations
Color information
#345741 (or 0x345741) is known color: Goblin. HEX triplet: 34, 57 and 41. RGB value is (52,87,65). Sum of RGB (Red+Green+Blue) = 52+87+65=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 87 - color contains mainly: green. Hex color #345741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345741 is #CBA8BE. Grayscale: #4A4A4A. Windows color (decimal): -13347007 or 4282164. OLE color: 4282164.
HSL color Cylindrical-coordinate representation of color #345741: hue angle of 142.29º 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 #345741 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 87 | 65 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.66 |
| HSL | 142.29º | 0.25% | 0.27% | - |
| HSV(B) | 142.29º | 0.4% | 0.34% | - |
| XYZ | 5.78 | 7.93 | 6.23 | - |
| YUV | 74.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 87 | 65 | 0.40 | 0 | 0.25 | 0.66 | 142.29 | 0.25 | 0.27 |
| Hex | 34 | 57 | 41 | 28 | 0 | 19 | 42 | 8E | 19 | 1B |
| Octal | 64 | 127 | 101 | 50 | 0 | 31 | 102 | 216 | 31 | 33 |
| Binary | 110100 | 1010111 | 1000001 | 101000 | 0 | 11001 | 1000010 | 10001110 | 11001 | 11011 |
Color Harmonies of #345741
Complementary color
Monochromatic Colors of #345741
Black with #345741
Text Example
Text Example
White with #345741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345741; }
p { color: rgb(52,87,65); }
H1.HeaderClassName
{
color: #345741;
}
.AnyTagClassName
{
color: #345741;
}
</style>
background-color css
<style>
a { background-color: #345741; }
a { background-color: rgb(52,87,65); }
div.DivClassName
{
background-color: #345741;
}
.BgClassName
{
background-color: #345741;
}
</style>
border-color css
<style>
span { border-color: #345741; }
span { border-color: rgb(52,87,65); }
td.TdClassName
{
border-color: #345741;
}
.TagClassName
{
border-color: #345741;
}
</style>