Shades of Goblin #354C3C
Tints of Goblin #354C3C
RGB
CMYK
RGB Variations
Color information
#354C3C (or 0x354C3C) is known color: Goblin. HEX triplet: 35, 4C and 3C. RGB value is (53,76,60). Sum of RGB (Red+Green+Blue) = 53+76+60=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #354C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354C3C is #CAB3C3. Grayscale: #434343. Windows color (decimal): -13284292 or 3951669. OLE color: 3951669.
HSL color Cylindrical-coordinate representation of color #354C3C: hue angle of 138.26º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354C3C is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 60 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.70 |
| HSL | 138.26º | 0.18% | 0.25% | - |
| HSV(B) | 138.26º | 0.3% | 0.3% | - |
| XYZ | 4.87 | 6.25 | 5.23 | - |
| YUV | 67.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 60 | 0.30 | 0 | 0.21 | 0.70 | 138.26 | 0.18 | 0.25 |
| Hex | 35 | 4C | 3C | 1E | 0 | 15 | 46 | 8A | 12 | 19 |
| Octal | 65 | 114 | 74 | 36 | 0 | 25 | 106 | 212 | 22 | 31 |
| Binary | 110101 | 1001100 | 111100 | 11110 | 0 | 10101 | 1000110 | 10001010 | 10010 | 11001 |
Color Harmonies of #354C3C
Complementary color
Monochromatic Colors of #354C3C
Black with #354C3C
Text Example
Text Example
White with #354C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C3C; }
p { color: rgb(53,76,60); }
H1.HeaderClassName
{
color: #354C3C;
}
.AnyTagClassName
{
color: #354C3C;
}
</style>
background-color css
<style>
a { background-color: #354C3C; }
a { background-color: rgb(53,76,60); }
div.DivClassName
{
background-color: #354C3C;
}
.BgClassName
{
background-color: #354C3C;
}
</style>
border-color css
<style>
span { border-color: #354C3C; }
span { border-color: rgb(53,76,60); }
td.TdClassName
{
border-color: #354C3C;
}
.TagClassName
{
border-color: #354C3C;
}
</style>