Shades of Dell #4F7232
Tints of Dell #4F7232
RGB
CMYK
RGB Variations
Color information
#4F7232 (or 0x4F7232) is known color: Dell. HEX triplet: 4F, 72 and 32. RGB value is (79,114,50). Sum of RGB (Red+Green+Blue) = 79+114+50=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #4F7232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F7232 is #B08DCD. Grayscale: #606060. Windows color (decimal): -11570638 or 3306063. OLE color: 3306063.
HSL color Cylindrical-coordinate representation of color #4F7232: hue angle of 92.81º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F7232 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 114 | 50 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.55 |
| HSL | 92.81º | 0.39% | 0.32% | - |
| HSV(B) | 92.81º | 0.56% | 0.45% | - |
| XYZ | 9.82 | 13.93 | 5.19 | - |
| YUV | 96.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 114 | 50 | 0.31 | 0 | 0.56 | 0.55 | 92.81 | 0.39 | 0.32 |
| Hex | 4F | 72 | 32 | 1F | 0 | 38 | 37 | 5D | 27 | 20 |
| Octal | 117 | 162 | 62 | 37 | 0 | 70 | 67 | 135 | 47 | 40 |
| Binary | 1001111 | 1110010 | 110010 | 11111 | 0 | 111000 | 110111 | 1011101 | 100111 | 100000 |
Color Harmonies of #4F7232
Complementary color
Monochromatic Colors of #4F7232
Black with #4F7232
Text Example
Text Example
White with #4F7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7232; }
p { color: rgb(79,114,50); }
H1.HeaderClassName
{
color: #4F7232;
}
.AnyTagClassName
{
color: #4F7232;
}
</style>
background-color css
<style>
a { background-color: #4F7232; }
a { background-color: rgb(79,114,50); }
div.DivClassName
{
background-color: #4F7232;
}
.BgClassName
{
background-color: #4F7232;
}
</style>
border-color css
<style>
span { border-color: #4F7232; }
span { border-color: rgb(79,114,50); }
td.TdClassName
{
border-color: #4F7232;
}
.TagClassName
{
border-color: #4F7232;
}
</style>