Shades of Goblin #335E41
Tints of Goblin #335E41
RGB
CMYK
RGB Variations
Color information
#335E41 (or 0x335E41) is known color: Goblin. HEX triplet: 33, 5E and 41. RGB value is (51,94,65). Sum of RGB (Red+Green+Blue) = 51+94+65=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 94 - color contains mainly: green. Hex color #335E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335E41 is #CCA1BE. Grayscale: #4D4D4D. Windows color (decimal): -13410751 or 4283955. OLE color: 4283955.
HSL color Cylindrical-coordinate representation of color #335E41: hue angle of 139.53º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E41 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 51 | 94 | 65 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.63 |
| HSL | 139.53º | 0.3% | 0.28% | - |
| HSV(B) | 139.53º | 0.46% | 0.37% | - |
| XYZ | 6.32 | 9.09 | 6.42 | - |
| YUV | 77.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 94 | 65 | 0.46 | 0 | 0.31 | 0.63 | 139.53 | 0.3 | 0.28 |
| Hex | 33 | 5E | 41 | 2E | 0 | 1F | 3F | 8C | 1E | 1C |
| Octal | 63 | 136 | 101 | 56 | 0 | 37 | 77 | 214 | 36 | 34 |
| Binary | 110011 | 1011110 | 1000001 | 101110 | 0 | 11111 | 111111 | 10001100 | 11110 | 11100 |
Color Harmonies of #335E41
Complementary color
Monochromatic Colors of #335E41
Black with #335E41
Text Example
Text Example
White with #335E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335E41; }
p { color: rgb(51,94,65); }
H1.HeaderClassName
{
color: #335E41;
}
.AnyTagClassName
{
color: #335E41;
}
</style>
background-color css
<style>
a { background-color: #335E41; }
a { background-color: rgb(51,94,65); }
div.DivClassName
{
background-color: #335E41;
}
.BgClassName
{
background-color: #335E41;
}
</style>
border-color css
<style>
span { border-color: #335E41; }
span { border-color: rgb(51,94,65); }
td.TdClassName
{
border-color: #335E41;
}
.TagClassName
{
border-color: #335E41;
}
</style>