Shades of Goblin #335642
Tints of Goblin #335642
RGB
CMYK
RGB Variations
Color information
#335642 (or 0x335642) is known color: Goblin. HEX triplet: 33, 56 and 42. RGB value is (51,86,66). Sum of RGB (Red+Green+Blue) = 51+86+66=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #335642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335642 is #CCA9BD. Grayscale: #494949. Windows color (decimal): -13412798 or 4347443. OLE color: 4347443.
HSL color Cylindrical-coordinate representation of color #335642: hue angle of 145.71º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335642 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 51 | 86 | 66 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.66 |
| HSL | 145.71º | 0.26% | 0.27% | - |
| HSV(B) | 145.71º | 0.41% | 0.34% | - |
| XYZ | 5.68 | 7.75 | 6.35 | - |
| YUV | 73.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 86 | 66 | 0.41 | 0 | 0.23 | 0.66 | 145.71 | 0.26 | 0.27 |
| Hex | 33 | 56 | 42 | 29 | 0 | 17 | 42 | 92 | 1A | 1B |
| Octal | 63 | 126 | 102 | 51 | 0 | 27 | 102 | 222 | 32 | 33 |
| Binary | 110011 | 1010110 | 1000010 | 101001 | 0 | 10111 | 1000010 | 10010010 | 11010 | 11011 |
Color Harmonies of #335642
Complementary color
Monochromatic Colors of #335642
Black with #335642
Text Example
Text Example
White with #335642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335642; }
p { color: rgb(51,86,66); }
H1.HeaderClassName
{
color: #335642;
}
.AnyTagClassName
{
color: #335642;
}
</style>
background-color css
<style>
a { background-color: #335642; }
a { background-color: rgb(51,86,66); }
div.DivClassName
{
background-color: #335642;
}
.BgClassName
{
background-color: #335642;
}
</style>
border-color css
<style>
span { border-color: #335642; }
span { border-color: rgb(51,86,66); }
td.TdClassName
{
border-color: #335642;
}
.TagClassName
{
border-color: #335642;
}
</style>