Shades of Dell #47722B
Tints of Dell #47722B
RGB
CMYK
RGB Variations
Color information
#47722B (or 0x47722B) is known color: Dell. HEX triplet: 47, 72 and 2B. RGB value is (71,114,43). Sum of RGB (Red+Green+Blue) = 71+114+43=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #47722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47722B is #B88DD4. Grayscale: #5D5D5D. Windows color (decimal): -12094933 or 2847303. OLE color: 2847303.
HSL color Cylindrical-coordinate representation of color #47722B: hue angle of 96.34º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47722B is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 114 | 43 | - |
| CMYK | 0.38 | 0 | 0.62 | 0.55 |
| HSL | 96.34º | 0.45% | 0.31% | - |
| HSV(B) | 96.34º | 0.62% | 0.45% | - |
| XYZ | 9.05 | 13.55 | 4.42 | - |
| YUV | 93.05 | 99.75 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 43 | 0.38 | 0 | 0.62 | 0.55 | 96.34 | 0.45 | 0.31 |
| Hex | 47 | 72 | 2B | 26 | 0 | 3E | 37 | 60 | 2D | 1F |
| Octal | 107 | 162 | 53 | 46 | 0 | 76 | 67 | 140 | 55 | 37 |
| Binary | 1000111 | 1110010 | 101011 | 100110 | 0 | 111110 | 110111 | 1100000 | 101101 | 11111 |
Color Harmonies of #47722B
Complementary color
Monochromatic Colors of #47722B
Black with #47722B
Text Example
Text Example
White with #47722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47722B; }
p { color: rgb(71,114,43); }
H1.HeaderClassName
{
color: #47722B;
}
.AnyTagClassName
{
color: #47722B;
}
</style>
background-color css
<style>
a { background-color: #47722B; }
a { background-color: rgb(71,114,43); }
div.DivClassName
{
background-color: #47722B;
}
.BgClassName
{
background-color: #47722B;
}
</style>
border-color css
<style>
span { border-color: #47722B; }
span { border-color: rgb(71,114,43); }
td.TdClassName
{
border-color: #47722B;
}
.TagClassName
{
border-color: #47722B;
}
</style>