Shades of Goblin #425547
Tints of Goblin #425547
RGB
CMYK
RGB Variations
Color information
#425547 (or 0x425547) is known color: Goblin. HEX triplet: 42, 55 and 47. RGB value is (66,85,71). Sum of RGB (Red+Green+Blue) = 66+85+71=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 85 - color contains mainly: green. Hex color #425547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425547 is #BDAAB8. Grayscale: #4D4D4D. Windows color (decimal): -12430009 or 4674882. OLE color: 4674882.
HSL color Cylindrical-coordinate representation of color #425547: hue angle of 135.79º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #425547 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 85 | 71 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.67 |
| HSL | 135.79º | 0.13% | 0.3% | - |
| HSV(B) | 135.79º | 0.22% | 0.33% | - |
| XYZ | 6.63 | 8.11 | 7.18 | - |
| YUV | 77.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 85 | 71 | 0.22 | 0 | 0.16 | 0.67 | 135.79 | 0.13 | 0.3 |
| Hex | 42 | 55 | 47 | 16 | 0 | 10 | 43 | 88 | D | 1E |
| Octal | 102 | 125 | 107 | 26 | 0 | 20 | 103 | 210 | 15 | 36 |
| Binary | 1000010 | 1010101 | 1000111 | 10110 | 0 | 10000 | 1000011 | 10001000 | 1101 | 11110 |
Color Harmonies of #425547
Complementary color
Monochromatic Colors of #425547
Black with #425547
Text Example
Text Example
White with #425547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425547; }
p { color: rgb(66,85,71); }
H1.HeaderClassName
{
color: #425547;
}
.AnyTagClassName
{
color: #425547;
}
</style>
background-color css
<style>
a { background-color: #425547; }
a { background-color: rgb(66,85,71); }
div.DivClassName
{
background-color: #425547;
}
.BgClassName
{
background-color: #425547;
}
</style>
border-color css
<style>
span { border-color: #425547; }
span { border-color: rgb(66,85,71); }
td.TdClassName
{
border-color: #425547;
}
.TagClassName
{
border-color: #425547;
}
</style>