Shades of Goblin #35553F
Tints of Goblin #35553F
RGB
CMYK
RGB Variations
Color information
#35553F (or 0x35553F) is known color: Goblin. HEX triplet: 35, 55 and 3F. RGB value is (53,85,63). Sum of RGB (Red+Green+Blue) = 53+85+63=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #35553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35553F is #CAAAC0. Grayscale: #484848. Windows color (decimal): -13281985 or 4150581. OLE color: 4150581.
HSL color Cylindrical-coordinate representation of color #35553F: hue angle of 138.75º 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 #35553F is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 85 | 63 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.67 |
| HSL | 138.75º | 0.23% | 0.27% | - |
| HSV(B) | 138.75º | 0.38% | 0.33% | - |
| XYZ | 5.61 | 7.61 | 5.88 | - |
| YUV | 72.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 63 | 0.38 | 0 | 0.26 | 0.67 | 138.75 | 0.23 | 0.27 |
| Hex | 35 | 55 | 3F | 26 | 0 | 1A | 43 | 8B | 17 | 1B |
| Octal | 65 | 125 | 77 | 46 | 0 | 32 | 103 | 213 | 27 | 33 |
| Binary | 110101 | 1010101 | 111111 | 100110 | 0 | 11010 | 1000011 | 10001011 | 10111 | 11011 |
Color Harmonies of #35553F
Complementary color
Monochromatic Colors of #35553F
Black with #35553F
Text Example
Text Example
White with #35553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35553F; }
p { color: rgb(53,85,63); }
H1.HeaderClassName
{
color: #35553F;
}
.AnyTagClassName
{
color: #35553F;
}
</style>
background-color css
<style>
a { background-color: #35553F; }
a { background-color: rgb(53,85,63); }
div.DivClassName
{
background-color: #35553F;
}
.BgClassName
{
background-color: #35553F;
}
</style>
border-color css
<style>
span { border-color: #35553F; }
span { border-color: rgb(53,85,63); }
td.TdClassName
{
border-color: #35553F;
}
.TagClassName
{
border-color: #35553F;
}
</style>