Shades of Goblin #354D3B
Tints of Goblin #354D3B
RGB
CMYK
RGB Variations
Color information
#354D3B (or 0x354D3B) is known color: Goblin. HEX triplet: 35, 4D and 3B. RGB value is (53,77,59). Sum of RGB (Red+Green+Blue) = 53+77+59=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 77 - color contains mainly: green. Hex color #354D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D3B is #CAB2C4. Grayscale: #434343. Windows color (decimal): -13284037 or 3886389. OLE color: 3886389.
HSL color Cylindrical-coordinate representation of color #354D3B: hue angle of 135º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #354D3B is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 59 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.70 |
| HSL | 135º | 0.18% | 0.25% | - |
| HSV(B) | 135º | 0.31% | 0.3% | - |
| XYZ | 4.91 | 6.38 | 5.11 | - |
| YUV | 67.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 59 | 0.31 | 0 | 0.23 | 0.70 | 135 | 0.18 | 0.25 |
| Hex | 35 | 4D | 3B | 1F | 0 | 17 | 46 | 87 | 12 | 19 |
| Octal | 65 | 115 | 73 | 37 | 0 | 27 | 106 | 207 | 22 | 31 |
| Binary | 110101 | 1001101 | 111011 | 11111 | 0 | 10111 | 1000110 | 10000111 | 10010 | 11001 |
Color Harmonies of #354D3B
Complementary color
Monochromatic Colors of #354D3B
Black with #354D3B
Text Example
Text Example
White with #354D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D3B; }
p { color: rgb(53,77,59); }
H1.HeaderClassName
{
color: #354D3B;
}
.AnyTagClassName
{
color: #354D3B;
}
</style>
background-color css
<style>
a { background-color: #354D3B; }
a { background-color: rgb(53,77,59); }
div.DivClassName
{
background-color: #354D3B;
}
.BgClassName
{
background-color: #354D3B;
}
</style>
border-color css
<style>
span { border-color: #354D3B; }
span { border-color: rgb(53,77,59); }
td.TdClassName
{
border-color: #354D3B;
}
.TagClassName
{
border-color: #354D3B;
}
</style>