Shades of Dell #476C2B
Tints of Dell #476C2B
RGB
CMYK
RGB Variations
Color information
#476C2B (or 0x476C2B) is known color: Dell. HEX triplet: 47, 6C and 2B. RGB value is (71,108,43). Sum of RGB (Red+Green+Blue) = 71+108+43=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 108 (42.58% from 255 or 48.65% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 108 - color contains mainly: green. Hex color #476C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C2B is #B893D4. Grayscale: #595959. Windows color (decimal): -12096469 or 2845767. OLE color: 2845767.
HSL color Cylindrical-coordinate representation of color #476C2B: hue angle of 94.15º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476C2B is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 43 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.58 |
| HSL | 94.15º | 0.43% | 0.3% | - |
| HSV(B) | 94.15º | 0.6% | 0.42% | - |
| XYZ | 8.4 | 12.24 | 4.21 | - |
| YUV | 89.53 | 101.74 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 43 | 0.34 | 0 | 0.60 | 0.58 | 94.15 | 0.43 | 0.3 |
| Hex | 47 | 6C | 2B | 22 | 0 | 3C | 3A | 5E | 2B | 1E |
| Octal | 107 | 154 | 53 | 42 | 0 | 74 | 72 | 136 | 53 | 36 |
| Binary | 1000111 | 1101100 | 101011 | 100010 | 0 | 111100 | 111010 | 1011110 | 101011 | 11110 |
Color Harmonies of #476C2B
Complementary color
Monochromatic Colors of #476C2B
Black with #476C2B
Text Example
Text Example
White with #476C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C2B; }
p { color: rgb(71,108,43); }
H1.HeaderClassName
{
color: #476C2B;
}
.AnyTagClassName
{
color: #476C2B;
}
</style>
background-color css
<style>
a { background-color: #476C2B; }
a { background-color: rgb(71,108,43); }
div.DivClassName
{
background-color: #476C2B;
}
.BgClassName
{
background-color: #476C2B;
}
</style>
border-color css
<style>
span { border-color: #476C2B; }
span { border-color: rgb(71,108,43); }
td.TdClassName
{
border-color: #476C2B;
}
.TagClassName
{
border-color: #476C2B;
}
</style>