Shades of Dell #4F7334
Tints of Dell #4F7334
RGB
CMYK
RGB Variations
Color information
#4F7334 (or 0x4F7334) is known color: Dell. HEX triplet: 4F, 73 and 34. RGB value is (79,115,52). Sum of RGB (Red+Green+Blue) = 79+115+52=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #4F7334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7334 is #B08CCB. Grayscale: #616161. Windows color (decimal): -11570380 or 3437391. OLE color: 3437391.
HSL color Cylindrical-coordinate representation of color #4F7334: hue angle of 94.29º 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 #4F7334 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 115 | 52 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.55 |
| HSL | 94.29º | 0.38% | 0.33% | - |
| HSV(B) | 94.29º | 0.55% | 0.45% | - |
| XYZ | 9.98 | 14.17 | 5.46 | - |
| YUV | 97.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 52 | 0.31 | 0 | 0.55 | 0.55 | 94.29 | 0.38 | 0.33 |
| Hex | 4F | 73 | 34 | 1F | 0 | 37 | 37 | 5E | 26 | 21 |
| Octal | 117 | 163 | 64 | 37 | 0 | 67 | 67 | 136 | 46 | 41 |
| Binary | 1001111 | 1110011 | 110100 | 11111 | 0 | 110111 | 110111 | 1011110 | 100110 | 100001 |
Color Harmonies of #4F7334
Complementary color
Monochromatic Colors of #4F7334
Black with #4F7334
Text Example
Text Example
White with #4F7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7334; }
p { color: rgb(79,115,52); }
H1.HeaderClassName
{
color: #4F7334;
}
.AnyTagClassName
{
color: #4F7334;
}
</style>
background-color css
<style>
a { background-color: #4F7334; }
a { background-color: rgb(79,115,52); }
div.DivClassName
{
background-color: #4F7334;
}
.BgClassName
{
background-color: #4F7334;
}
</style>
border-color css
<style>
span { border-color: #4F7334; }
span { border-color: rgb(79,115,52); }
td.TdClassName
{
border-color: #4F7334;
}
.TagClassName
{
border-color: #4F7334;
}
</style>