Shades of Goblin #354B3F
Tints of Goblin #354B3F
RGB
CMYK
RGB Variations
Color information
#354B3F (or 0x354B3F) is known color: Goblin. HEX triplet: 35, 4B and 3F. RGB value is (53,75,63). Sum of RGB (Red+Green+Blue) = 53+75+63=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #354B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354B3F is #CAB4C0. Grayscale: #434343. Windows color (decimal): -13284545 or 4148021. OLE color: 4148021.
HSL color Cylindrical-coordinate representation of color #354B3F: hue angle of 147.27º 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 #354B3F is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 63 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.71 |
| HSL | 147.27º | 0.17% | 0.25% | - |
| HSV(B) | 147.27º | 0.29% | 0.29% | - |
| XYZ | 4.88 | 6.15 | 5.63 | - |
| YUV | 67.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 63 | 0.29 | 0 | 0.16 | 0.71 | 147.27 | 0.17 | 0.25 |
| Hex | 35 | 4B | 3F | 1D | 0 | 10 | 47 | 93 | 11 | 19 |
| Octal | 65 | 113 | 77 | 35 | 0 | 20 | 107 | 223 | 21 | 31 |
| Binary | 110101 | 1001011 | 111111 | 11101 | 0 | 10000 | 1000111 | 10010011 | 10001 | 11001 |
Color Harmonies of #354B3F
Complementary color
Monochromatic Colors of #354B3F
Black with #354B3F
Text Example
Text Example
White with #354B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B3F; }
p { color: rgb(53,75,63); }
H1.HeaderClassName
{
color: #354B3F;
}
.AnyTagClassName
{
color: #354B3F;
}
</style>
background-color css
<style>
a { background-color: #354B3F; }
a { background-color: rgb(53,75,63); }
div.DivClassName
{
background-color: #354B3F;
}
.BgClassName
{
background-color: #354B3F;
}
</style>
border-color css
<style>
span { border-color: #354B3F; }
span { border-color: rgb(53,75,63); }
td.TdClassName
{
border-color: #354B3F;
}
.TagClassName
{
border-color: #354B3F;
}
</style>