Shades of Dell #47752A
Tints of Dell #47752A
RGB
CMYK
RGB Variations
Color information
#47752A (or 0x47752A) is known color: Dell. HEX triplet: 47, 75 and 2A. RGB value is (71,117,42). Sum of RGB (Red+Green+Blue) = 71+117+42=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 117 (46.09% from 255 or 50.87% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 117 - color contains mainly: green. Hex color #47752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47752A is #B88AD5. Grayscale: #5E5E5E. Windows color (decimal): -12094166 or 2782535. OLE color: 2782535.
HSL color Cylindrical-coordinate representation of color #47752A: hue angle of 96.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47752A is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 117 | 42 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.54 |
| HSL | 96.8º | 0.47% | 0.31% | - |
| HSV(B) | 96.8º | 0.64% | 0.46% | - |
| XYZ | 9.38 | 14.23 | 4.44 | - |
| YUV | 94.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 42 | 0.39 | 0 | 0.64 | 0.54 | 96.8 | 0.47 | 0.31 |
| Hex | 47 | 75 | 2A | 27 | 0 | 40 | 36 | 61 | 2F | 1F |
| Octal | 107 | 165 | 52 | 47 | 0 | 100 | 66 | 141 | 57 | 37 |
| Binary | 1000111 | 1110101 | 101010 | 100111 | 0 | 1000000 | 110110 | 1100001 | 101111 | 11111 |
Color Harmonies of #47752A
Complementary color
Monochromatic Colors of #47752A
Black with #47752A
Text Example
Text Example
White with #47752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47752A; }
p { color: rgb(71,117,42); }
H1.HeaderClassName
{
color: #47752A;
}
.AnyTagClassName
{
color: #47752A;
}
</style>
background-color css
<style>
a { background-color: #47752A; }
a { background-color: rgb(71,117,42); }
div.DivClassName
{
background-color: #47752A;
}
.BgClassName
{
background-color: #47752A;
}
</style>
border-color css
<style>
span { border-color: #47752A; }
span { border-color: rgb(71,117,42); }
td.TdClassName
{
border-color: #47752A;
}
.TagClassName
{
border-color: #47752A;
}
</style>