Shades of Goblin #33523F
Tints of Goblin #33523F
RGB
CMYK
RGB Variations
Color information
#33523F (or 0x33523F) is known color: Goblin. HEX triplet: 33, 52 and 3F. RGB value is (51,82,63). Sum of RGB (Red+Green+Blue) = 51+82+63=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #33523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33523F is #CCADC0. Grayscale: #464646. Windows color (decimal): -13413825 or 4149811. OLE color: 4149811.
HSL color Cylindrical-coordinate representation of color #33523F: hue angle of 143.23º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33523F is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 63 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.68 |
| HSL | 143.23º | 0.23% | 0.26% | - |
| HSV(B) | 143.23º | 0.38% | 0.32% | - |
| XYZ | 5.28 | 7.1 | 5.79 | - |
| YUV | 70.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 63 | 0.38 | 0 | 0.23 | 0.68 | 143.23 | 0.23 | 0.26 |
| Hex | 33 | 52 | 3F | 26 | 0 | 17 | 44 | 8F | 17 | 1A |
| Octal | 63 | 122 | 77 | 46 | 0 | 27 | 104 | 217 | 27 | 32 |
| Binary | 110011 | 1010010 | 111111 | 100110 | 0 | 10111 | 1000100 | 10001111 | 10111 | 11010 |
Color Harmonies of #33523F
Complementary color
Monochromatic Colors of #33523F
Black with #33523F
Text Example
Text Example
White with #33523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33523F; }
p { color: rgb(51,82,63); }
H1.HeaderClassName
{
color: #33523F;
}
.AnyTagClassName
{
color: #33523F;
}
</style>
background-color css
<style>
a { background-color: #33523F; }
a { background-color: rgb(51,82,63); }
div.DivClassName
{
background-color: #33523F;
}
.BgClassName
{
background-color: #33523F;
}
</style>
border-color css
<style>
span { border-color: #33523F; }
span { border-color: rgb(51,82,63); }
td.TdClassName
{
border-color: #33523F;
}
.TagClassName
{
border-color: #33523F;
}
</style>