Shades of Goblin #334A3B
Tints of Goblin #334A3B
RGB
CMYK
RGB Variations
Color information
#334A3B (or 0x334A3B) is known color: Goblin. HEX triplet: 33, 4A and 3B. RGB value is (51,74,59). Sum of RGB (Red+Green+Blue) = 51+74+59=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 74 - color contains mainly: green. Hex color #334A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A3B is #CCB5C4. Grayscale: #414141. Windows color (decimal): -13415877 or 3885619. OLE color: 3885619.
HSL color Cylindrical-coordinate representation of color #334A3B: hue angle of 140.87º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #334A3B is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 74 | 59 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.71 |
| HSL | 140.87º | 0.18% | 0.25% | - |
| HSV(B) | 140.87º | 0.31% | 0.29% | - |
| XYZ | 4.6 | 5.92 | 5.04 | - |
| YUV | 65.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 74 | 59 | 0.31 | 0 | 0.20 | 0.71 | 140.87 | 0.18 | 0.25 |
| Hex | 33 | 4A | 3B | 1F | 0 | 14 | 47 | 8D | 12 | 19 |
| Octal | 63 | 112 | 73 | 37 | 0 | 24 | 107 | 215 | 22 | 31 |
| Binary | 110011 | 1001010 | 111011 | 11111 | 0 | 10100 | 1000111 | 10001101 | 10010 | 11001 |
Color Harmonies of #334A3B
Complementary color
Monochromatic Colors of #334A3B
Black with #334A3B
Text Example
Text Example
White with #334A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334A3B; }
p { color: rgb(51,74,59); }
H1.HeaderClassName
{
color: #334A3B;
}
.AnyTagClassName
{
color: #334A3B;
}
</style>
background-color css
<style>
a { background-color: #334A3B; }
a { background-color: rgb(51,74,59); }
div.DivClassName
{
background-color: #334A3B;
}
.BgClassName
{
background-color: #334A3B;
}
</style>
border-color css
<style>
span { border-color: #334A3B; }
span { border-color: rgb(51,74,59); }
td.TdClassName
{
border-color: #334A3B;
}
.TagClassName
{
border-color: #334A3B;
}
</style>