Shades of Goblin #425045
Tints of Goblin #425045
RGB
CMYK
RGB Variations
Color information
#425045 (or 0x425045) is known color: Goblin. HEX triplet: 42, 50 and 45. RGB value is (66,80,69). Sum of RGB (Red+Green+Blue) = 66+80+69=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 80 - color contains mainly: green. Hex color #425045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425045 is #BDAFBA. Grayscale: #4A4A4A. Windows color (decimal): -12431291 or 4542530. OLE color: 4542530.
HSL color Cylindrical-coordinate representation of color #425045: hue angle of 132.86º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #425045 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 80 | 69 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.69 |
| HSL | 132.86º | 0.1% | 0.29% | - |
| HSV(B) | 132.86º | 0.18% | 0.31% | - |
| XYZ | 6.19 | 7.33 | 6.72 | - |
| YUV | 74.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 80 | 69 | 0.17 | 0 | 0.14 | 0.69 | 132.86 | 0.1 | 0.29 |
| Hex | 42 | 50 | 45 | 11 | 0 | E | 45 | 85 | A | 1D |
| Octal | 102 | 120 | 105 | 21 | 0 | 16 | 105 | 205 | 12 | 35 |
| Binary | 1000010 | 1010000 | 1000101 | 10001 | 0 | 1110 | 1000101 | 10000101 | 1010 | 11101 |
Color Harmonies of #425045
Complementary color
Monochromatic Colors of #425045
Black with #425045
Text Example
Text Example
White with #425045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425045; }
p { color: rgb(66,80,69); }
H1.HeaderClassName
{
color: #425045;
}
.AnyTagClassName
{
color: #425045;
}
</style>
background-color css
<style>
a { background-color: #425045; }
a { background-color: rgb(66,80,69); }
div.DivClassName
{
background-color: #425045;
}
.BgClassName
{
background-color: #425045;
}
</style>
border-color css
<style>
span { border-color: #425045; }
span { border-color: rgb(66,80,69); }
td.TdClassName
{
border-color: #425045;
}
.TagClassName
{
border-color: #425045;
}
</style>