Shades of Goblin #345442
Tints of Goblin #345442
RGB
CMYK
RGB Variations
Color information
#345442 (or 0x345442) is known color: Goblin. HEX triplet: 34, 54 and 42. RGB value is (52,84,66). Sum of RGB (Red+Green+Blue) = 52+84+66=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #345442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345442 is #CBABBD. Grayscale: #484848. Windows color (decimal): -13347774 or 4346932. OLE color: 4346932.
HSL color Cylindrical-coordinate representation of color #345442: hue angle of 146.25º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #345442 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 84 | 66 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.67 |
| HSL | 146.25º | 0.24% | 0.27% | - |
| HSV(B) | 146.25º | 0.38% | 0.33% | - |
| XYZ | 5.57 | 7.46 | 6.3 | - |
| YUV | 72.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 84 | 66 | 0.38 | 0 | 0.21 | 0.67 | 146.25 | 0.24 | 0.27 |
| Hex | 34 | 54 | 42 | 26 | 0 | 15 | 43 | 92 | 18 | 1B |
| Octal | 64 | 124 | 102 | 46 | 0 | 25 | 103 | 222 | 30 | 33 |
| Binary | 110100 | 1010100 | 1000010 | 100110 | 0 | 10101 | 1000011 | 10010010 | 11000 | 11011 |
Color Harmonies of #345442
Complementary color
Monochromatic Colors of #345442
Black with #345442
Text Example
Text Example
White with #345442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345442; }
p { color: rgb(52,84,66); }
H1.HeaderClassName
{
color: #345442;
}
.AnyTagClassName
{
color: #345442;
}
</style>
background-color css
<style>
a { background-color: #345442; }
a { background-color: rgb(52,84,66); }
div.DivClassName
{
background-color: #345442;
}
.BgClassName
{
background-color: #345442;
}
</style>
border-color css
<style>
span { border-color: #345442; }
span { border-color: rgb(52,84,66); }
td.TdClassName
{
border-color: #345442;
}
.TagClassName
{
border-color: #345442;
}
</style>