Shades of Goblin #33553D
Tints of Goblin #33553D
RGB
CMYK
RGB Variations
Color information
#33553D (or 0x33553D) is known color: Goblin. HEX triplet: 33, 55 and 3D. RGB value is (51,85,61). Sum of RGB (Red+Green+Blue) = 51+85+61=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #33553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33553D is #CCAAC2. Grayscale: #484848. Windows color (decimal): -13413059 or 4019507. OLE color: 4019507.
HSL color Cylindrical-coordinate representation of color #33553D: hue angle of 137.65º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #33553D is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 85 | 61 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.67 |
| HSL | 137.65º | 0.25% | 0.27% | - |
| HSV(B) | 137.65º | 0.4% | 0.33% | - |
| XYZ | 5.46 | 7.54 | 5.58 | - |
| YUV | 72.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 61 | 0.40 | 0 | 0.28 | 0.67 | 137.65 | 0.25 | 0.27 |
| Hex | 33 | 55 | 3D | 28 | 0 | 1C | 43 | 8A | 19 | 1B |
| Octal | 63 | 125 | 75 | 50 | 0 | 34 | 103 | 212 | 31 | 33 |
| Binary | 110011 | 1010101 | 111101 | 101000 | 0 | 11100 | 1000011 | 10001010 | 11001 | 11011 |
Color Harmonies of #33553D
Complementary color
Monochromatic Colors of #33553D
Black with #33553D
Text Example
Text Example
White with #33553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33553D; }
p { color: rgb(51,85,61); }
H1.HeaderClassName
{
color: #33553D;
}
.AnyTagClassName
{
color: #33553D;
}
</style>
background-color css
<style>
a { background-color: #33553D; }
a { background-color: rgb(51,85,61); }
div.DivClassName
{
background-color: #33553D;
}
.BgClassName
{
background-color: #33553D;
}
</style>
border-color css
<style>
span { border-color: #33553D; }
span { border-color: rgb(51,85,61); }
td.TdClassName
{
border-color: #33553D;
}
.TagClassName
{
border-color: #33553D;
}
</style>