Shades of Goblin #335342
Tints of Goblin #335342
RGB
CMYK
RGB Variations
Color information
#335342 (or 0x335342) is known color: Goblin. HEX triplet: 33, 53 and 42. RGB value is (51,83,66). Sum of RGB (Red+Green+Blue) = 51+83+66=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #335342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335342 is #CCACBD. Grayscale: #474747. Windows color (decimal): -13413566 or 4346675. OLE color: 4346675.
HSL color Cylindrical-coordinate representation of color #335342: hue angle of 148.12º 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 #335342 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 83 | 66 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.67 |
| HSL | 148.13º | 0.24% | 0.26% | - |
| HSV(B) | 148.13º | 0.39% | 0.33% | - |
| XYZ | 5.44 | 7.28 | 6.27 | - |
| YUV | 71.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 83 | 66 | 0.39 | 0 | 0.20 | 0.67 | 148.13 | 0.24 | 0.26 |
| Hex | 33 | 53 | 42 | 27 | 0 | 14 | 43 | 94 | 18 | 1A |
| Octal | 63 | 123 | 102 | 47 | 0 | 24 | 103 | 224 | 30 | 32 |
| Binary | 110011 | 1010011 | 1000010 | 100111 | 0 | 10100 | 1000011 | 10010100 | 11000 | 11010 |
Color Harmonies of #335342
Complementary color
Monochromatic Colors of #335342
Black with #335342
Text Example
Text Example
White with #335342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335342; }
p { color: rgb(51,83,66); }
H1.HeaderClassName
{
color: #335342;
}
.AnyTagClassName
{
color: #335342;
}
</style>
background-color css
<style>
a { background-color: #335342; }
a { background-color: rgb(51,83,66); }
div.DivClassName
{
background-color: #335342;
}
.BgClassName
{
background-color: #335342;
}
</style>
border-color css
<style>
span { border-color: #335342; }
span { border-color: rgb(51,83,66); }
td.TdClassName
{
border-color: #335342;
}
.TagClassName
{
border-color: #335342;
}
</style>