Shades of Goblin #33543C
Tints of Goblin #33543C
RGB
CMYK
RGB Variations
Color information
#33543C (or 0x33543C) is known color: Goblin. HEX triplet: 33, 54 and 3C. RGB value is (51,84,60). Sum of RGB (Red+Green+Blue) = 51+84+60=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 84 (33.20% from 255 or 43.08% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 84 - color contains mainly: green. Hex color #33543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33543C is #CCABC3. Grayscale: #474747. Windows color (decimal): -13413316 or 3953715. OLE color: 3953715.
HSL color Cylindrical-coordinate representation of color #33543C: hue angle of 136.36º 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 #33543C is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 60 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.67 |
| HSL | 136.36º | 0.24% | 0.26% | - |
| HSV(B) | 136.36º | 0.39% | 0.33% | - |
| XYZ | 5.35 | 7.37 | 5.42 | - |
| YUV | 71.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 60 | 0.39 | 0 | 0.29 | 0.67 | 136.36 | 0.24 | 0.26 |
| Hex | 33 | 54 | 3C | 27 | 0 | 1D | 43 | 88 | 18 | 1A |
| Octal | 63 | 124 | 74 | 47 | 0 | 35 | 103 | 210 | 30 | 32 |
| Binary | 110011 | 1010100 | 111100 | 100111 | 0 | 11101 | 1000011 | 10001000 | 11000 | 11010 |
Color Harmonies of #33543C
Complementary color
Monochromatic Colors of #33543C
Black with #33543C
Text Example
Text Example
White with #33543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33543C; }
p { color: rgb(51,84,60); }
H1.HeaderClassName
{
color: #33543C;
}
.AnyTagClassName
{
color: #33543C;
}
</style>
background-color css
<style>
a { background-color: #33543C; }
a { background-color: rgb(51,84,60); }
div.DivClassName
{
background-color: #33543C;
}
.BgClassName
{
background-color: #33543C;
}
</style>
border-color css
<style>
span { border-color: #33543C; }
span { border-color: rgb(51,84,60); }
td.TdClassName
{
border-color: #33543C;
}
.TagClassName
{
border-color: #33543C;
}
</style>