Shades of Goblin #33513F
Tints of Goblin #33513F
RGB
CMYK
RGB Variations
Color information
#33513F (or 0x33513F) is known color: Goblin. HEX triplet: 33, 51 and 3F. RGB value is (51,81,63). Sum of RGB (Red+Green+Blue) = 51+81+63=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 81 - color contains mainly: green. Hex color #33513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33513F is #CCAEC0. Grayscale: #464646. Windows color (decimal): -13414081 or 4149555. OLE color: 4149555.
HSL color Cylindrical-coordinate representation of color #33513F: hue angle of 144º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #33513F is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 81 | 63 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.68 |
| HSL | 144º | 0.23% | 0.26% | - |
| HSV(B) | 144º | 0.37% | 0.32% | - |
| XYZ | 5.2 | 6.95 | 5.77 | - |
| YUV | 69.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 81 | 63 | 0.37 | 0 | 0.22 | 0.68 | 144 | 0.23 | 0.26 |
| Hex | 33 | 51 | 3F | 25 | 0 | 16 | 44 | 90 | 17 | 1A |
| Octal | 63 | 121 | 77 | 45 | 0 | 26 | 104 | 220 | 27 | 32 |
| Binary | 110011 | 1010001 | 111111 | 100101 | 0 | 10110 | 1000100 | 10010000 | 10111 | 11010 |
Color Harmonies of #33513F
Complementary color
Monochromatic Colors of #33513F
Black with #33513F
Text Example
Text Example
White with #33513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33513F; }
p { color: rgb(51,81,63); }
H1.HeaderClassName
{
color: #33513F;
}
.AnyTagClassName
{
color: #33513F;
}
</style>
background-color css
<style>
a { background-color: #33513F; }
a { background-color: rgb(51,81,63); }
div.DivClassName
{
background-color: #33513F;
}
.BgClassName
{
background-color: #33513F;
}
</style>
border-color css
<style>
span { border-color: #33513F; }
span { border-color: rgb(51,81,63); }
td.TdClassName
{
border-color: #33513F;
}
.TagClassName
{
border-color: #33513F;
}
</style>