Shades of Dell #47722D
Tints of Dell #47722D
RGB
CMYK
RGB Variations
Color information
#47722D (or 0x47722D) is known color: Dell. HEX triplet: 47, 72 and 2D. RGB value is (71,114,45). Sum of RGB (Red+Green+Blue) = 71+114+45=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #47722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47722D is #B88DD2. Grayscale: #5D5D5D. Windows color (decimal): -12094931 or 2978375. OLE color: 2978375.
HSL color Cylindrical-coordinate representation of color #47722D: hue angle of 97.39º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47722D is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 114 | 45 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.55 |
| HSL | 97.39º | 0.43% | 0.31% | - |
| HSV(B) | 97.39º | 0.61% | 0.45% | - |
| XYZ | 9.09 | 13.56 | 4.62 | - |
| YUV | 93.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 45 | 0.38 | 0 | 0.61 | 0.55 | 97.39 | 0.43 | 0.31 |
| Hex | 47 | 72 | 2D | 26 | 0 | 3D | 37 | 61 | 2B | 1F |
| Octal | 107 | 162 | 55 | 46 | 0 | 75 | 67 | 141 | 53 | 37 |
| Binary | 1000111 | 1110010 | 101101 | 100110 | 0 | 111101 | 110111 | 1100001 | 101011 | 11111 |
Color Harmonies of #47722D
Complementary color
Monochromatic Colors of #47722D
Black with #47722D
Text Example
Text Example
White with #47722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47722D; }
p { color: rgb(71,114,45); }
H1.HeaderClassName
{
color: #47722D;
}
.AnyTagClassName
{
color: #47722D;
}
</style>
background-color css
<style>
a { background-color: #47722D; }
a { background-color: rgb(71,114,45); }
div.DivClassName
{
background-color: #47722D;
}
.BgClassName
{
background-color: #47722D;
}
</style>
border-color css
<style>
span { border-color: #47722D; }
span { border-color: rgb(71,114,45); }
td.TdClassName
{
border-color: #47722D;
}
.TagClassName
{
border-color: #47722D;
}
</style>