Shades of Goblin #334B3A
Tints of Goblin #334B3A
RGB
CMYK
RGB Variations
Color information
#334B3A (or 0x334B3A) is known color: Goblin. HEX triplet: 33, 4B and 3A. RGB value is (51,75,58). Sum of RGB (Red+Green+Blue) = 51+75+58=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 75 (29.69% from 255 or 40.76% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 75 - color contains mainly: green. Hex color #334B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B3A is #CCB4C5. Grayscale: #414141. Windows color (decimal): -13415622 or 3820339. OLE color: 3820339.
HSL color Cylindrical-coordinate representation of color #334B3A: hue angle of 137.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B3A is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 58 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.71 |
| HSL | 137.5º | 0.19% | 0.25% | - |
| HSV(B) | 137.5º | 0.32% | 0.29% | - |
| XYZ | 4.65 | 6.04 | 4.92 | - |
| YUV | 65.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 58 | 0.32 | 0 | 0.23 | 0.71 | 137.5 | 0.19 | 0.25 |
| Hex | 33 | 4B | 3A | 20 | 0 | 17 | 47 | 8A | 13 | 19 |
| Octal | 63 | 113 | 72 | 40 | 0 | 27 | 107 | 212 | 23 | 31 |
| Binary | 110011 | 1001011 | 111010 | 100000 | 0 | 10111 | 1000111 | 10001010 | 10011 | 11001 |
Color Harmonies of #334B3A
Complementary color
Monochromatic Colors of #334B3A
Black with #334B3A
Text Example
Text Example
White with #334B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B3A; }
p { color: rgb(51,75,58); }
H1.HeaderClassName
{
color: #334B3A;
}
.AnyTagClassName
{
color: #334B3A;
}
</style>
background-color css
<style>
a { background-color: #334B3A; }
a { background-color: rgb(51,75,58); }
div.DivClassName
{
background-color: #334B3A;
}
.BgClassName
{
background-color: #334B3A;
}
</style>
border-color css
<style>
span { border-color: #334B3A; }
span { border-color: rgb(51,75,58); }
td.TdClassName
{
border-color: #334B3A;
}
.TagClassName
{
border-color: #334B3A;
}
</style>