Shades of Dell #476F2C
Tints of Dell #476F2C
RGB
CMYK
RGB Variations
Color information
#476F2C (or 0x476F2C) is known color: Dell. HEX triplet: 47, 6F and 2C. RGB value is (71,111,44). Sum of RGB (Red+Green+Blue) = 71+111+44=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #476F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476F2C is #B890D3. Grayscale: #5B5B5B. Windows color (decimal): -12095700 or 2912071. OLE color: 2912071.
HSL color Cylindrical-coordinate representation of color #476F2C: hue angle of 95.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476F2C is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 111 | 44 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.56 |
| HSL | 95.82º | 0.43% | 0.3% | - |
| HSV(B) | 95.82º | 0.6% | 0.44% | - |
| XYZ | 8.74 | 12.89 | 4.41 | - |
| YUV | 91.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 44 | 0.36 | 0 | 0.60 | 0.56 | 95.82 | 0.43 | 0.3 |
| Hex | 47 | 6F | 2C | 24 | 0 | 3C | 38 | 60 | 2B | 1E |
| Octal | 107 | 157 | 54 | 44 | 0 | 74 | 70 | 140 | 53 | 36 |
| Binary | 1000111 | 1101111 | 101100 | 100100 | 0 | 111100 | 111000 | 1100000 | 101011 | 11110 |
Color Harmonies of #476F2C
Complementary color
Monochromatic Colors of #476F2C
Black with #476F2C
Text Example
Text Example
White with #476F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F2C; }
p { color: rgb(71,111,44); }
H1.HeaderClassName
{
color: #476F2C;
}
.AnyTagClassName
{
color: #476F2C;
}
</style>
background-color css
<style>
a { background-color: #476F2C; }
a { background-color: rgb(71,111,44); }
div.DivClassName
{
background-color: #476F2C;
}
.BgClassName
{
background-color: #476F2C;
}
</style>
border-color css
<style>
span { border-color: #476F2C; }
span { border-color: rgb(71,111,44); }
td.TdClassName
{
border-color: #476F2C;
}
.TagClassName
{
border-color: #476F2C;
}
</style>