Shades of Goblin #345542
Tints of Goblin #345542
RGB
CMYK
RGB Variations
Color information
#345542 (or 0x345542) is known color: Goblin. HEX triplet: 34, 55 and 42. RGB value is (52,85,66). Sum of RGB (Red+Green+Blue) = 52+85+66=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #345542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345542 is #CBAABD. Grayscale: #494949. Windows color (decimal): -13347518 or 4347188. OLE color: 4347188.
HSL color Cylindrical-coordinate representation of color #345542: hue angle of 145.45º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345542 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 66 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.67 |
| HSL | 145.45º | 0.24% | 0.27% | - |
| HSV(B) | 145.45º | 0.39% | 0.33% | - |
| XYZ | 5.65 | 7.62 | 6.33 | - |
| YUV | 72.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 66 | 0.39 | 0 | 0.22 | 0.67 | 145.45 | 0.24 | 0.27 |
| Hex | 34 | 55 | 42 | 27 | 0 | 16 | 43 | 91 | 18 | 1B |
| Octal | 64 | 125 | 102 | 47 | 0 | 26 | 103 | 221 | 30 | 33 |
| Binary | 110100 | 1010101 | 1000010 | 100111 | 0 | 10110 | 1000011 | 10010001 | 11000 | 11011 |
Color Harmonies of #345542
Complementary color
Monochromatic Colors of #345542
Black with #345542
Text Example
Text Example
White with #345542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345542; }
p { color: rgb(52,85,66); }
H1.HeaderClassName
{
color: #345542;
}
.AnyTagClassName
{
color: #345542;
}
</style>
background-color css
<style>
a { background-color: #345542; }
a { background-color: rgb(52,85,66); }
div.DivClassName
{
background-color: #345542;
}
.BgClassName
{
background-color: #345542;
}
</style>
border-color css
<style>
span { border-color: #345542; }
span { border-color: rgb(52,85,66); }
td.TdClassName
{
border-color: #345542;
}
.TagClassName
{
border-color: #345542;
}
</style>