Shades of Goblin #35523D
Tints of Goblin #35523D
RGB
CMYK
RGB Variations
Color information
#35523D (or 0x35523D) is known color: Goblin. HEX triplet: 35, 52 and 3D. RGB value is (53,82,61). Sum of RGB (Red+Green+Blue) = 53+82+61=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #35523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35523D is #CAADC2. Grayscale: #464646. Windows color (decimal): -13282755 or 4018741. OLE color: 4018741.
HSL color Cylindrical-coordinate representation of color #35523D: hue angle of 136.55º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #35523D is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 82 | 61 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.68 |
| HSL | 136.55º | 0.21% | 0.26% | - |
| HSV(B) | 136.55º | 0.35% | 0.32% | - |
| XYZ | 5.33 | 7.13 | 5.51 | - |
| YUV | 70.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 61 | 0.35 | 0 | 0.26 | 0.68 | 136.55 | 0.21 | 0.26 |
| Hex | 35 | 52 | 3D | 23 | 0 | 1A | 44 | 89 | 15 | 1A |
| Octal | 65 | 122 | 75 | 43 | 0 | 32 | 104 | 211 | 25 | 32 |
| Binary | 110101 | 1010010 | 111101 | 100011 | 0 | 11010 | 1000100 | 10001001 | 10101 | 11010 |
Color Harmonies of #35523D
Complementary color
Monochromatic Colors of #35523D
Black with #35523D
Text Example
Text Example
White with #35523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35523D; }
p { color: rgb(53,82,61); }
H1.HeaderClassName
{
color: #35523D;
}
.AnyTagClassName
{
color: #35523D;
}
</style>
background-color css
<style>
a { background-color: #35523D; }
a { background-color: rgb(53,82,61); }
div.DivClassName
{
background-color: #35523D;
}
.BgClassName
{
background-color: #35523D;
}
</style>
border-color css
<style>
span { border-color: #35523D; }
span { border-color: rgb(53,82,61); }
td.TdClassName
{
border-color: #35523D;
}
.TagClassName
{
border-color: #35523D;
}
</style>