Shades of Goblin #345C3F
Tints of Goblin #345C3F
RGB
CMYK
RGB Variations
Color information
#345C3F (or 0x345C3F) is known color: Goblin. HEX triplet: 34, 5C and 3F. RGB value is (52,92,63). Sum of RGB (Red+Green+Blue) = 52+92+63=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #345C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C3F is #CBA3C0. Grayscale: #4C4C4C. Windows color (decimal): -13345729 or 4152372. OLE color: 4152372.
HSL color Cylindrical-coordinate representation of color #345C3F: hue angle of 136.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C3F is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 92 | 63 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.64 |
| HSL | 136.5º | 0.28% | 0.28% | - |
| HSV(B) | 136.5º | 0.43% | 0.36% | - |
| XYZ | 6.14 | 8.74 | 6.07 | - |
| YUV | 76.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 92 | 63 | 0.43 | 0 | 0.32 | 0.64 | 136.5 | 0.28 | 0.28 |
| Hex | 34 | 5C | 3F | 2B | 0 | 20 | 40 | 88 | 1C | 1C |
| Octal | 64 | 134 | 77 | 53 | 0 | 40 | 100 | 210 | 34 | 34 |
| Binary | 110100 | 1011100 | 111111 | 101011 | 0 | 100000 | 1000000 | 10001000 | 11100 | 11100 |
Color Harmonies of #345C3F
Complementary color
Monochromatic Colors of #345C3F
Black with #345C3F
Text Example
Text Example
White with #345C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345C3F; }
p { color: rgb(52,92,63); }
H1.HeaderClassName
{
color: #345C3F;
}
.AnyTagClassName
{
color: #345C3F;
}
</style>
background-color css
<style>
a { background-color: #345C3F; }
a { background-color: rgb(52,92,63); }
div.DivClassName
{
background-color: #345C3F;
}
.BgClassName
{
background-color: #345C3F;
}
</style>
border-color css
<style>
span { border-color: #345C3F; }
span { border-color: rgb(52,92,63); }
td.TdClassName
{
border-color: #345C3F;
}
.TagClassName
{
border-color: #345C3F;
}
</style>