Shades of Goblin #35553D
Tints of Goblin #35553D
RGB
CMYK
RGB Variations
Color information
#35553D (or 0x35553D) is known color: Goblin. HEX triplet: 35, 55 and 3D. RGB value is (53,85,61). Sum of RGB (Red+Green+Blue) = 53+85+61=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #35553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35553D is #CAAAC2. Grayscale: #484848. Windows color (decimal): -13281987 or 4019509. OLE color: 4019509.
HSL color Cylindrical-coordinate representation of color #35553D: hue angle of 135º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35553D is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 85 | 61 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.67 |
| HSL | 135º | 0.23% | 0.27% | - |
| HSV(B) | 135º | 0.38% | 0.33% | - |
| XYZ | 5.56 | 7.59 | 5.59 | - |
| YUV | 72.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 61 | 0.38 | 0 | 0.28 | 0.67 | 135 | 0.23 | 0.27 |
| Hex | 35 | 55 | 3D | 26 | 0 | 1C | 43 | 87 | 17 | 1B |
| Octal | 65 | 125 | 75 | 46 | 0 | 34 | 103 | 207 | 27 | 33 |
| Binary | 110101 | 1010101 | 111101 | 100110 | 0 | 11100 | 1000011 | 10000111 | 10111 | 11011 |
Color Harmonies of #35553D
Complementary color
Monochromatic Colors of #35553D
Black with #35553D
Text Example
Text Example
White with #35553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35553D; }
p { color: rgb(53,85,61); }
H1.HeaderClassName
{
color: #35553D;
}
.AnyTagClassName
{
color: #35553D;
}
</style>
background-color css
<style>
a { background-color: #35553D; }
a { background-color: rgb(53,85,61); }
div.DivClassName
{
background-color: #35553D;
}
.BgClassName
{
background-color: #35553D;
}
</style>
border-color css
<style>
span { border-color: #35553D; }
span { border-color: rgb(53,85,61); }
td.TdClassName
{
border-color: #35553D;
}
.TagClassName
{
border-color: #35553D;
}
</style>