Shades of Goblin #354B3B
Tints of Goblin #354B3B
RGB
CMYK
RGB Variations
Color information
#354B3B (or 0x354B3B) is known color: Goblin. HEX triplet: 35, 4B and 3B. RGB value is (53,75,59). Sum of RGB (Red+Green+Blue) = 53+75+59=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #354B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B3B is #CAB4C4. Grayscale: #424242. Windows color (decimal): -13284549 or 3885877. OLE color: 3885877.
HSL color Cylindrical-coordinate representation of color #354B3B: hue angle of 136.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #354B3B is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 59 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.71 |
| HSL | 136.36º | 0.17% | 0.25% | - |
| HSV(B) | 136.36º | 0.29% | 0.29% | - |
| XYZ | 4.77 | 6.1 | 5.06 | - |
| YUV | 66.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 59 | 0.29 | 0 | 0.21 | 0.71 | 136.36 | 0.17 | 0.25 |
| Hex | 35 | 4B | 3B | 1D | 0 | 15 | 47 | 88 | 11 | 19 |
| Octal | 65 | 113 | 73 | 35 | 0 | 25 | 107 | 210 | 21 | 31 |
| Binary | 110101 | 1001011 | 111011 | 11101 | 0 | 10101 | 1000111 | 10001000 | 10001 | 11001 |
Color Harmonies of #354B3B
Complementary color
Monochromatic Colors of #354B3B
Black with #354B3B
Text Example
Text Example
White with #354B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B3B; }
p { color: rgb(53,75,59); }
H1.HeaderClassName
{
color: #354B3B;
}
.AnyTagClassName
{
color: #354B3B;
}
</style>
background-color css
<style>
a { background-color: #354B3B; }
a { background-color: rgb(53,75,59); }
div.DivClassName
{
background-color: #354B3B;
}
.BgClassName
{
background-color: #354B3B;
}
</style>
border-color css
<style>
span { border-color: #354B3B; }
span { border-color: rgb(53,75,59); }
td.TdClassName
{
border-color: #354B3B;
}
.TagClassName
{
border-color: #354B3B;
}
</style>