Shades of Goblin #345342
Tints of Goblin #345342
RGB
CMYK
RGB Variations
Color information
#345342 (or 0x345342) is known color: Goblin. HEX triplet: 34, 53 and 42. RGB value is (52,83,66). Sum of RGB (Red+Green+Blue) = 52+83+66=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #345342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345342 is #CBACBD. Grayscale: #474747. Windows color (decimal): -13348030 or 4346676. OLE color: 4346676.
HSL color Cylindrical-coordinate representation of color #345342: hue angle of 147.1º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345342 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 66 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.67 |
| HSL | 147.1º | 0.23% | 0.26% | - |
| HSV(B) | 147.1º | 0.37% | 0.33% | - |
| XYZ | 5.49 | 7.31 | 6.28 | - |
| YUV | 71.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 66 | 0.37 | 0 | 0.20 | 0.67 | 147.1 | 0.23 | 0.26 |
| Hex | 34 | 53 | 42 | 25 | 0 | 14 | 43 | 93 | 17 | 1A |
| Octal | 64 | 123 | 102 | 45 | 0 | 24 | 103 | 223 | 27 | 32 |
| Binary | 110100 | 1010011 | 1000010 | 100101 | 0 | 10100 | 1000011 | 10010011 | 10111 | 11010 |
Color Harmonies of #345342
Complementary color
Monochromatic Colors of #345342
Black with #345342
Text Example
Text Example
White with #345342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345342; }
p { color: rgb(52,83,66); }
H1.HeaderClassName
{
color: #345342;
}
.AnyTagClassName
{
color: #345342;
}
</style>
background-color css
<style>
a { background-color: #345342; }
a { background-color: rgb(52,83,66); }
div.DivClassName
{
background-color: #345342;
}
.BgClassName
{
background-color: #345342;
}
</style>
border-color css
<style>
span { border-color: #345342; }
span { border-color: rgb(52,83,66); }
td.TdClassName
{
border-color: #345342;
}
.TagClassName
{
border-color: #345342;
}
</style>