Shades of Goblin #33533D
Tints of Goblin #33533D
RGB
CMYK
RGB Variations
Color information
#33533D (or 0x33533D) is known color: Goblin. HEX triplet: 33, 53 and 3D. RGB value is (51,83,61). Sum of RGB (Red+Green+Blue) = 51+83+61=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #33533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33533D is #CCACC2. Grayscale: #464646. Windows color (decimal): -13413571 or 4018995. OLE color: 4018995.
HSL color Cylindrical-coordinate representation of color #33533D: hue angle of 138.75º 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 #33533D is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 61 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.67 |
| HSL | 138.75º | 0.24% | 0.26% | - |
| HSV(B) | 138.75º | 0.39% | 0.33% | - |
| XYZ | 5.3 | 7.23 | 5.53 | - |
| YUV | 70.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 61 | 0.39 | 0 | 0.27 | 0.67 | 138.75 | 0.24 | 0.26 |
| Hex | 33 | 53 | 3D | 27 | 0 | 1B | 43 | 8B | 18 | 1A |
| Octal | 63 | 123 | 75 | 47 | 0 | 33 | 103 | 213 | 30 | 32 |
| Binary | 110011 | 1010011 | 111101 | 100111 | 0 | 11011 | 1000011 | 10001011 | 11000 | 11010 |
Color Harmonies of #33533D
Complementary color
Monochromatic Colors of #33533D
Black with #33533D
Text Example
Text Example
White with #33533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33533D; }
p { color: rgb(51,83,61); }
H1.HeaderClassName
{
color: #33533D;
}
.AnyTagClassName
{
color: #33533D;
}
</style>
background-color css
<style>
a { background-color: #33533D; }
a { background-color: rgb(51,83,61); }
div.DivClassName
{
background-color: #33533D;
}
.BgClassName
{
background-color: #33533D;
}
</style>
border-color css
<style>
span { border-color: #33533D; }
span { border-color: rgb(51,83,61); }
td.TdClassName
{
border-color: #33533D;
}
.TagClassName
{
border-color: #33533D;
}
</style>