Shades of Goblin #33543F
Tints of Goblin #33543F
RGB
CMYK
RGB Variations
Color information
#33543F (or 0x33543F) is known color: Goblin. HEX triplet: 33, 54 and 3F. RGB value is (51,84,63). Sum of RGB (Red+Green+Blue) = 51+84+63=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #33543F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33543F is #CCABC0. Grayscale: #474747. Windows color (decimal): -13413313 or 4150323. OLE color: 4150323.
HSL color Cylindrical-coordinate representation of color #33543F: hue angle of 141.82º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33543F is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 63 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.67 |
| HSL | 141.82º | 0.24% | 0.26% | - |
| HSV(B) | 141.82º | 0.39% | 0.33% | - |
| XYZ | 5.43 | 7.4 | 5.85 | - |
| YUV | 71.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 63 | 0.39 | 0 | 0.25 | 0.67 | 141.82 | 0.24 | 0.26 |
| Hex | 33 | 54 | 3F | 27 | 0 | 19 | 43 | 8E | 18 | 1A |
| Octal | 63 | 124 | 77 | 47 | 0 | 31 | 103 | 216 | 30 | 32 |
| Binary | 110011 | 1010100 | 111111 | 100111 | 0 | 11001 | 1000011 | 10001110 | 11000 | 11010 |
Color Harmonies of #33543F
Complementary color
Monochromatic Colors of #33543F
Black with #33543F
Text Example
Text Example
White with #33543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33543F; }
p { color: rgb(51,84,63); }
H1.HeaderClassName
{
color: #33543F;
}
.AnyTagClassName
{
color: #33543F;
}
</style>
background-color css
<style>
a { background-color: #33543F; }
a { background-color: rgb(51,84,63); }
div.DivClassName
{
background-color: #33543F;
}
.BgClassName
{
background-color: #33543F;
}
</style>
border-color css
<style>
span { border-color: #33543F; }
span { border-color: rgb(51,84,63); }
td.TdClassName
{
border-color: #33543F;
}
.TagClassName
{
border-color: #33543F;
}
</style>