Shades of Goblin #345A43
Tints of Goblin #345A43
RGB
CMYK
RGB Variations
Color information
#345A43 (or 0x345A43) is known color: Goblin. HEX triplet: 34, 5A and 43. RGB value is (52,90,67). Sum of RGB (Red+Green+Blue) = 52+90+67=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #345A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A43 is #CBA5BC. Grayscale: #4C4C4C. Windows color (decimal): -13346237 or 4414004. OLE color: 4414004.
HSL color Cylindrical-coordinate representation of color #345A43: hue angle of 143.68º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345A43 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 67 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.65 |
| HSL | 143.68º | 0.27% | 0.28% | - |
| HSV(B) | 143.68º | 0.42% | 0.35% | - |
| XYZ | 6.09 | 8.45 | 6.62 | - |
| YUV | 76.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 67 | 0.42 | 0 | 0.26 | 0.65 | 143.68 | 0.27 | 0.28 |
| Hex | 34 | 5A | 43 | 2A | 0 | 1A | 41 | 90 | 1B | 1C |
| Octal | 64 | 132 | 103 | 52 | 0 | 32 | 101 | 220 | 33 | 34 |
| Binary | 110100 | 1011010 | 1000011 | 101010 | 0 | 11010 | 1000001 | 10010000 | 11011 | 11100 |
Color Harmonies of #345A43
Complementary color
Monochromatic Colors of #345A43
Black with #345A43
Text Example
Text Example
White with #345A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A43; }
p { color: rgb(52,90,67); }
H1.HeaderClassName
{
color: #345A43;
}
.AnyTagClassName
{
color: #345A43;
}
</style>
background-color css
<style>
a { background-color: #345A43; }
a { background-color: rgb(52,90,67); }
div.DivClassName
{
background-color: #345A43;
}
.BgClassName
{
background-color: #345A43;
}
</style>
border-color css
<style>
span { border-color: #345A43; }
span { border-color: rgb(52,90,67); }
td.TdClassName
{
border-color: #345A43;
}
.TagClassName
{
border-color: #345A43;
}
</style>