Shades of Dell #4F7434
Tints of Dell #4F7434
RGB
CMYK
RGB Variations
Color information
#4F7434 (or 0x4F7434) is known color: Dell. HEX triplet: 4F, 74 and 34. RGB value is (79,116,52). Sum of RGB (Red+Green+Blue) = 79+116+52=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #4F7434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7434 is #B08BCB. Grayscale: #616161. Windows color (decimal): -11570124 or 3437647. OLE color: 3437647.
HSL color Cylindrical-coordinate representation of color #4F7434: hue angle of 94.69º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F7434 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 116 | 52 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.55 |
| HSL | 94.69º | 0.38% | 0.33% | - |
| HSV(B) | 94.69º | 0.55% | 0.45% | - |
| XYZ | 10.09 | 14.4 | 5.5 | - |
| YUV | 97.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 116 | 52 | 0.32 | 0 | 0.55 | 0.55 | 94.69 | 0.38 | 0.33 |
| Hex | 4F | 74 | 34 | 20 | 0 | 37 | 37 | 5F | 26 | 21 |
| Octal | 117 | 164 | 64 | 40 | 0 | 67 | 67 | 137 | 46 | 41 |
| Binary | 1001111 | 1110100 | 110100 | 100000 | 0 | 110111 | 110111 | 1011111 | 100110 | 100001 |
Color Harmonies of #4F7434
Complementary color
Monochromatic Colors of #4F7434
Black with #4F7434
Text Example
Text Example
White with #4F7434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7434; }
p { color: rgb(79,116,52); }
H1.HeaderClassName
{
color: #4F7434;
}
.AnyTagClassName
{
color: #4F7434;
}
</style>
background-color css
<style>
a { background-color: #4F7434; }
a { background-color: rgb(79,116,52); }
div.DivClassName
{
background-color: #4F7434;
}
.BgClassName
{
background-color: #4F7434;
}
</style>
border-color css
<style>
span { border-color: #4F7434; }
span { border-color: rgb(79,116,52); }
td.TdClassName
{
border-color: #4F7434;
}
.TagClassName
{
border-color: #4F7434;
}
</style>