Shades of Goblin #335C40
Tints of Goblin #335C40
RGB
CMYK
RGB Variations
Color information
#335C40 (or 0x335C40) is known color: Goblin. HEX triplet: 33, 5C and 40. RGB value is (51,92,64). Sum of RGB (Red+Green+Blue) = 51+92+64=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #335C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335C40 is #CCA3BF. Grayscale: #4C4C4C. Windows color (decimal): -13411264 or 4217907. OLE color: 4217907.
HSL color Cylindrical-coordinate representation of color #335C40: hue angle of 139.02º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #335C40 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 51 | 92 | 64 | - |
| CMYK | 0.45 | 0 | 0.30 | 0.64 |
| HSL | 139.02º | 0.29% | 0.28% | - |
| HSV(B) | 139.02º | 0.45% | 0.36% | - |
| XYZ | 6.12 | 8.73 | 6.21 | - |
| YUV | 76.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 92 | 64 | 0.45 | 0 | 0.30 | 0.64 | 139.02 | 0.29 | 0.28 |
| Hex | 33 | 5C | 40 | 2D | 0 | 1E | 40 | 8B | 1D | 1C |
| Octal | 63 | 134 | 100 | 55 | 0 | 36 | 100 | 213 | 35 | 34 |
| Binary | 110011 | 1011100 | 1000000 | 101101 | 0 | 11110 | 1000000 | 10001011 | 11101 | 11100 |
Color Harmonies of #335C40
Complementary color
Monochromatic Colors of #335C40
Black with #335C40
Text Example
Text Example
White with #335C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335C40; }
p { color: rgb(51,92,64); }
H1.HeaderClassName
{
color: #335C40;
}
.AnyTagClassName
{
color: #335C40;
}
</style>
background-color css
<style>
a { background-color: #335C40; }
a { background-color: rgb(51,92,64); }
div.DivClassName
{
background-color: #335C40;
}
.BgClassName
{
background-color: #335C40;
}
</style>
border-color css
<style>
span { border-color: #335C40; }
span { border-color: rgb(51,92,64); }
td.TdClassName
{
border-color: #335C40;
}
.TagClassName
{
border-color: #335C40;
}
</style>