Shades of Goblin #335238
Tints of Goblin #335238
RGB
CMYK
RGB Variations
Color information
#335238 (or 0x335238) is known color: Goblin. HEX triplet: 33, 52 and 38. RGB value is (51,82,56). Sum of RGB (Red+Green+Blue) = 51+82+56=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #335238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335238 is #CCADC7. Grayscale: #454545. Windows color (decimal): -13413832 or 3691059. OLE color: 3691059.
HSL color Cylindrical-coordinate representation of color #335238: hue angle of 129.68º 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 #335238 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 82 | 56 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.68 |
| HSL | 129.68º | 0.23% | 0.26% | - |
| HSV(B) | 129.68º | 0.38% | 0.32% | - |
| XYZ | 5.1 | 7.02 | 4.83 | - |
| YUV | 69.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 82 | 56 | 0.38 | 0 | 0.32 | 0.68 | 129.68 | 0.23 | 0.26 |
| Hex | 33 | 52 | 38 | 26 | 0 | 20 | 44 | 82 | 17 | 1A |
| Octal | 63 | 122 | 70 | 46 | 0 | 40 | 104 | 202 | 27 | 32 |
| Binary | 110011 | 1010010 | 111000 | 100110 | 0 | 100000 | 1000100 | 10000010 | 10111 | 11010 |
Color Harmonies of #335238
Complementary color
Monochromatic Colors of #335238
Black with #335238
Text Example
Text Example
White with #335238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335238; }
p { color: rgb(51,82,56); }
H1.HeaderClassName
{
color: #335238;
}
.AnyTagClassName
{
color: #335238;
}
</style>
background-color css
<style>
a { background-color: #335238; }
a { background-color: rgb(51,82,56); }
div.DivClassName
{
background-color: #335238;
}
.BgClassName
{
background-color: #335238;
}
</style>
border-color css
<style>
span { border-color: #335238; }
span { border-color: rgb(51,82,56); }
td.TdClassName
{
border-color: #335238;
}
.TagClassName
{
border-color: #335238;
}
</style>