Shades of Goblin #345A40
Tints of Goblin #345A40
RGB
CMYK
RGB Variations
Color information
#345A40 (or 0x345A40) is known color: Goblin. HEX triplet: 34, 5A and 40. RGB value is (52,90,64). Sum of RGB (Red+Green+Blue) = 52+90+64=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #345A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A40 is #CBA5BF. Grayscale: #4B4B4B. Windows color (decimal): -13346240 or 4217396. OLE color: 4217396.
HSL color Cylindrical-coordinate representation of color #345A40: hue angle of 138.95º 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 #345A40 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 64 | - |
| CMYK | 0.42 | 0 | 0.29 | 0.65 |
| HSL | 138.95º | 0.27% | 0.28% | - |
| HSV(B) | 138.95º | 0.42% | 0.35% | - |
| XYZ | 6 | 8.41 | 6.16 | - |
| YUV | 75.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 64 | 0.42 | 0 | 0.29 | 0.65 | 138.95 | 0.27 | 0.28 |
| Hex | 34 | 5A | 40 | 2A | 0 | 1D | 41 | 8B | 1B | 1C |
| Octal | 64 | 132 | 100 | 52 | 0 | 35 | 101 | 213 | 33 | 34 |
| Binary | 110100 | 1011010 | 1000000 | 101010 | 0 | 11101 | 1000001 | 10001011 | 11011 | 11100 |
Color Harmonies of #345A40
Complementary color
Monochromatic Colors of #345A40
Black with #345A40
Text Example
Text Example
White with #345A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A40; }
p { color: rgb(52,90,64); }
H1.HeaderClassName
{
color: #345A40;
}
.AnyTagClassName
{
color: #345A40;
}
</style>
background-color css
<style>
a { background-color: #345A40; }
a { background-color: rgb(52,90,64); }
div.DivClassName
{
background-color: #345A40;
}
.BgClassName
{
background-color: #345A40;
}
</style>
border-color css
<style>
span { border-color: #345A40; }
span { border-color: rgb(52,90,64); }
td.TdClassName
{
border-color: #345A40;
}
.TagClassName
{
border-color: #345A40;
}
</style>