Shades of Goblin #35533D
Tints of Goblin #35533D
RGB
CMYK
RGB Variations
Color information
#35533D (or 0x35533D) is known color: Goblin. HEX triplet: 35, 53 and 3D. RGB value is (53,83,61). Sum of RGB (Red+Green+Blue) = 53+83+61=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #35533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35533D is #CAACC2. Grayscale: #474747. Windows color (decimal): -13282499 or 4018997. OLE color: 4018997.
HSL color Cylindrical-coordinate representation of color #35533D: hue angle of 136º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35533D is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 83 | 61 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.67 |
| HSL | 136º | 0.22% | 0.27% | - |
| HSV(B) | 136º | 0.36% | 0.33% | - |
| XYZ | 5.4 | 7.28 | 5.54 | - |
| YUV | 71.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 83 | 61 | 0.36 | 0 | 0.27 | 0.67 | 136 | 0.22 | 0.27 |
| Hex | 35 | 53 | 3D | 24 | 0 | 1B | 43 | 88 | 16 | 1B |
| Octal | 65 | 123 | 75 | 44 | 0 | 33 | 103 | 210 | 26 | 33 |
| Binary | 110101 | 1010011 | 111101 | 100100 | 0 | 11011 | 1000011 | 10001000 | 10110 | 11011 |
Color Harmonies of #35533D
Complementary color
Monochromatic Colors of #35533D
Black with #35533D
Text Example
Text Example
White with #35533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35533D; }
p { color: rgb(53,83,61); }
H1.HeaderClassName
{
color: #35533D;
}
.AnyTagClassName
{
color: #35533D;
}
</style>
background-color css
<style>
a { background-color: #35533D; }
a { background-color: rgb(53,83,61); }
div.DivClassName
{
background-color: #35533D;
}
.BgClassName
{
background-color: #35533D;
}
</style>
border-color css
<style>
span { border-color: #35533D; }
span { border-color: rgb(53,83,61); }
td.TdClassName
{
border-color: #35533D;
}
.TagClassName
{
border-color: #35533D;
}
</style>