Shades of Goblin #345A3F
Tints of Goblin #345A3F
RGB
CMYK
RGB Variations
Color information
#345A3F (or 0x345A3F) is known color: Goblin. HEX triplet: 34, 5A and 3F. RGB value is (52,90,63). Sum of RGB (Red+Green+Blue) = 52+90+63=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #345A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A3F is #CBA5C0. Grayscale: #4B4B4B. Windows color (decimal): -13346241 or 4151860. OLE color: 4151860.
HSL color Cylindrical-coordinate representation of color #345A3F: hue angle of 137.37º 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 #345A3F is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 90 | 63 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.65 |
| HSL | 137.37º | 0.27% | 0.28% | - |
| HSV(B) | 137.37º | 0.42% | 0.35% | - |
| XYZ | 5.97 | 8.4 | 6.01 | - |
| YUV | 75.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 90 | 63 | 0.42 | 0 | 0.30 | 0.65 | 137.37 | 0.27 | 0.28 |
| Hex | 34 | 5A | 3F | 2A | 0 | 1E | 41 | 89 | 1B | 1C |
| Octal | 64 | 132 | 77 | 52 | 0 | 36 | 101 | 211 | 33 | 34 |
| Binary | 110100 | 1011010 | 111111 | 101010 | 0 | 11110 | 1000001 | 10001001 | 11011 | 11100 |
Color Harmonies of #345A3F
Complementary color
Monochromatic Colors of #345A3F
Black with #345A3F
Text Example
Text Example
White with #345A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345A3F; }
p { color: rgb(52,90,63); }
H1.HeaderClassName
{
color: #345A3F;
}
.AnyTagClassName
{
color: #345A3F;
}
</style>
background-color css
<style>
a { background-color: #345A3F; }
a { background-color: rgb(52,90,63); }
div.DivClassName
{
background-color: #345A3F;
}
.BgClassName
{
background-color: #345A3F;
}
</style>
border-color css
<style>
span { border-color: #345A3F; }
span { border-color: rgb(52,90,63); }
td.TdClassName
{
border-color: #345A3F;
}
.TagClassName
{
border-color: #345A3F;
}
</style>