Shades of Dell #476D2A
Tints of Dell #476D2A
RGB
CMYK
RGB Variations
Color information
#476D2A (or 0x476D2A) is known color: Dell. HEX triplet: 47, 6D and 2A. RGB value is (71,109,42). Sum of RGB (Red+Green+Blue) = 71+109+42=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #476D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476D2A is #B892D5. Grayscale: #5A5A5A. Windows color (decimal): -12096214 or 2780487. OLE color: 2780487.
HSL color Cylindrical-coordinate representation of color #476D2A: hue angle of 94.03º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #476D2A is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 109 | 42 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.57 |
| HSL | 94.03º | 0.44% | 0.3% | - |
| HSV(B) | 94.03º | 0.61% | 0.43% | - |
| XYZ | 8.49 | 12.44 | 4.15 | - |
| YUV | 90 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 42 | 0.35 | 0 | 0.61 | 0.57 | 94.03 | 0.44 | 0.3 |
| Hex | 47 | 6D | 2A | 23 | 0 | 3D | 39 | 5E | 2C | 1E |
| Octal | 107 | 155 | 52 | 43 | 0 | 75 | 71 | 136 | 54 | 36 |
| Binary | 1000111 | 1101101 | 101010 | 100011 | 0 | 111101 | 111001 | 1011110 | 101100 | 11110 |
Color Harmonies of #476D2A
Complementary color
Monochromatic Colors of #476D2A
Black with #476D2A
Text Example
Text Example
White with #476D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476D2A; }
p { color: rgb(71,109,42); }
H1.HeaderClassName
{
color: #476D2A;
}
.AnyTagClassName
{
color: #476D2A;
}
</style>
background-color css
<style>
a { background-color: #476D2A; }
a { background-color: rgb(71,109,42); }
div.DivClassName
{
background-color: #476D2A;
}
.BgClassName
{
background-color: #476D2A;
}
</style>
border-color css
<style>
span { border-color: #476D2A; }
span { border-color: rgb(71,109,42); }
td.TdClassName
{
border-color: #476D2A;
}
.TagClassName
{
border-color: #476D2A;
}
</style>