Shades of Goblin #345540
Tints of Goblin #345540
RGB
CMYK
RGB Variations
Color information
#345540 (or 0x345540) is known color: Goblin. HEX triplet: 34, 55 and 40. RGB value is (52,85,64). Sum of RGB (Red+Green+Blue) = 52+85+64=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #345540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345540 is #CBAABF. Grayscale: #484848. Windows color (decimal): -13347520 or 4216116. OLE color: 4216116.
HSL color Cylindrical-coordinate representation of color #345540: hue angle of 141.82º 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 #345540 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 85 | 64 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.67 |
| HSL | 141.82º | 0.24% | 0.27% | - |
| HSV(B) | 141.82º | 0.39% | 0.33% | - |
| XYZ | 5.59 | 7.6 | 6.02 | - |
| YUV | 72.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 85 | 64 | 0.39 | 0 | 0.25 | 0.67 | 141.82 | 0.24 | 0.27 |
| Hex | 34 | 55 | 40 | 27 | 0 | 19 | 43 | 8E | 18 | 1B |
| Octal | 64 | 125 | 100 | 47 | 0 | 31 | 103 | 216 | 30 | 33 |
| Binary | 110100 | 1010101 | 1000000 | 100111 | 0 | 11001 | 1000011 | 10001110 | 11000 | 11011 |
Color Harmonies of #345540
Complementary color
Monochromatic Colors of #345540
Black with #345540
Text Example
Text Example
White with #345540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345540; }
p { color: rgb(52,85,64); }
H1.HeaderClassName
{
color: #345540;
}
.AnyTagClassName
{
color: #345540;
}
</style>
background-color css
<style>
a { background-color: #345540; }
a { background-color: rgb(52,85,64); }
div.DivClassName
{
background-color: #345540;
}
.BgClassName
{
background-color: #345540;
}
</style>
border-color css
<style>
span { border-color: #345540; }
span { border-color: rgb(52,85,64); }
td.TdClassName
{
border-color: #345540;
}
.TagClassName
{
border-color: #345540;
}
</style>