Shades of Dell #47732F
Tints of Dell #47732F
RGB
CMYK
RGB Variations
Color information
#47732F (or 0x47732F) is known color: Dell. HEX triplet: 47, 73 and 2F. RGB value is (71,115,47). Sum of RGB (Red+Green+Blue) = 71+115+47=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 47 (18.75% from 255 or 20.17% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #47732F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47732F is #B88CD0. Grayscale: #5E5E5E. Windows color (decimal): -12094673 or 3109703. OLE color: 3109703.
HSL color Cylindrical-coordinate representation of color #47732F: hue angle of 98.82º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47732F is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 115 | 47 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.55 |
| HSL | 98.82º | 0.42% | 0.32% | - |
| HSV(B) | 98.82º | 0.59% | 0.45% | - |
| XYZ | 9.24 | 13.81 | 4.87 | - |
| YUV | 94.09 | 101.42 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 47 | 0.38 | 0 | 0.59 | 0.55 | 98.82 | 0.42 | 0.32 |
| Hex | 47 | 73 | 2F | 26 | 0 | 3B | 37 | 63 | 2A | 20 |
| Octal | 107 | 163 | 57 | 46 | 0 | 73 | 67 | 143 | 52 | 40 |
| Binary | 1000111 | 1110011 | 101111 | 100110 | 0 | 111011 | 110111 | 1100011 | 101010 | 100000 |
Color Harmonies of #47732F
Complementary color
Monochromatic Colors of #47732F
Black with #47732F
Text Example
Text Example
White with #47732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47732F; }
p { color: rgb(71,115,47); }
H1.HeaderClassName
{
color: #47732F;
}
.AnyTagClassName
{
color: #47732F;
}
</style>
background-color css
<style>
a { background-color: #47732F; }
a { background-color: rgb(71,115,47); }
div.DivClassName
{
background-color: #47732F;
}
.BgClassName
{
background-color: #47732F;
}
</style>
border-color css
<style>
span { border-color: #47732F; }
span { border-color: rgb(71,115,47); }
td.TdClassName
{
border-color: #47732F;
}
.TagClassName
{
border-color: #47732F;
}
</style>