Shades of Goblin #33493C
Tints of Goblin #33493C
RGB
CMYK
RGB Variations
Color information
#33493C (or 0x33493C) is known color: Goblin. HEX triplet: 33, 49 and 3C. RGB value is (51,73,60). Sum of RGB (Red+Green+Blue) = 51+73+60=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #33493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33493C is #CCB6C3. Grayscale: #404040. Windows color (decimal): -13416132 or 3950899. OLE color: 3950899.
HSL color Cylindrical-coordinate representation of color #33493C: hue angle of 144.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #33493C is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 60 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.71 |
| HSL | 144.55º | 0.18% | 0.24% | - |
| HSV(B) | 144.55º | 0.3% | 0.29% | - |
| XYZ | 4.56 | 5.8 | 5.15 | - |
| YUV | 64.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 60 | 0.30 | 0 | 0.18 | 0.71 | 144.55 | 0.18 | 0.24 |
| Hex | 33 | 49 | 3C | 1E | 0 | 12 | 47 | 91 | 12 | 18 |
| Octal | 63 | 111 | 74 | 36 | 0 | 22 | 107 | 221 | 22 | 30 |
| Binary | 110011 | 1001001 | 111100 | 11110 | 0 | 10010 | 1000111 | 10010001 | 10010 | 11000 |
Color Harmonies of #33493C
Complementary color
Monochromatic Colors of #33493C
Black with #33493C
Text Example
Text Example
White with #33493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33493C; }
p { color: rgb(51,73,60); }
H1.HeaderClassName
{
color: #33493C;
}
.AnyTagClassName
{
color: #33493C;
}
</style>
background-color css
<style>
a { background-color: #33493C; }
a { background-color: rgb(51,73,60); }
div.DivClassName
{
background-color: #33493C;
}
.BgClassName
{
background-color: #33493C;
}
</style>
border-color css
<style>
span { border-color: #33493C; }
span { border-color: rgb(51,73,60); }
td.TdClassName
{
border-color: #33493C;
}
.TagClassName
{
border-color: #33493C;
}
</style>