Shades of Goblin #35543B
Tints of Goblin #35543B
RGB
CMYK
RGB Variations
Color information
#35543B (or 0x35543B) is known color: Goblin. HEX triplet: 35, 54 and 3B. RGB value is (53,84,59). Sum of RGB (Red+Green+Blue) = 53+84+59=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #35543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35543B is #CAABC4. Grayscale: #474747. Windows color (decimal): -13282245 or 3888181. OLE color: 3888181.
HSL color Cylindrical-coordinate representation of color #35543B: hue angle of 131.61º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #35543B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 59 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.67 |
| HSL | 131.61º | 0.23% | 0.27% | - |
| HSV(B) | 131.61º | 0.37% | 0.33% | - |
| XYZ | 5.43 | 7.41 | 5.28 | - |
| YUV | 71.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 59 | 0.37 | 0 | 0.30 | 0.67 | 131.61 | 0.23 | 0.27 |
| Hex | 35 | 54 | 3B | 25 | 0 | 1E | 43 | 84 | 17 | 1B |
| Octal | 65 | 124 | 73 | 45 | 0 | 36 | 103 | 204 | 27 | 33 |
| Binary | 110101 | 1010100 | 111011 | 100101 | 0 | 11110 | 1000011 | 10000100 | 10111 | 11011 |
Color Harmonies of #35543B
Complementary color
Monochromatic Colors of #35543B
Black with #35543B
Text Example
Text Example
White with #35543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35543B; }
p { color: rgb(53,84,59); }
H1.HeaderClassName
{
color: #35543B;
}
.AnyTagClassName
{
color: #35543B;
}
</style>
background-color css
<style>
a { background-color: #35543B; }
a { background-color: rgb(53,84,59); }
div.DivClassName
{
background-color: #35543B;
}
.BgClassName
{
background-color: #35543B;
}
</style>
border-color css
<style>
span { border-color: #35543B; }
span { border-color: rgb(53,84,59); }
td.TdClassName
{
border-color: #35543B;
}
.TagClassName
{
border-color: #35543B;
}
</style>