Shades of Dell #4F6938
Tints of Dell #4F6938
RGB
CMYK
RGB Variations
Color information
#4F6938 (or 0x4F6938) is known color: Dell. HEX triplet: 4F, 69 and 38. RGB value is (79,105,56). Sum of RGB (Red+Green+Blue) = 79+105+56=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #4F6938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6938 is #B096C7. Grayscale: #5B5B5B. Windows color (decimal): -11572936 or 3696975. OLE color: 3696975.
HSL color Cylindrical-coordinate representation of color #4F6938: hue angle of 91.84º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F6938 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 105 | 56 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.59 |
| HSL | 91.84º | 0.3% | 0.32% | - |
| HSV(B) | 91.84º | 0.47% | 0.41% | - |
| XYZ | 8.99 | 12.05 | 5.59 | - |
| YUV | 91.64 | 107.89 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 105 | 56 | 0.25 | 0 | 0.47 | 0.59 | 91.84 | 0.3 | 0.32 |
| Hex | 4F | 69 | 38 | 19 | 0 | 2F | 3B | 5C | 1E | 20 |
| Octal | 117 | 151 | 70 | 31 | 0 | 57 | 73 | 134 | 36 | 40 |
| Binary | 1001111 | 1101001 | 111000 | 11001 | 0 | 101111 | 111011 | 1011100 | 11110 | 100000 |
Color Harmonies of #4F6938
Complementary color
Monochromatic Colors of #4F6938
Black with #4F6938
Text Example
Text Example
White with #4F6938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6938; }
p { color: rgb(79,105,56); }
H1.HeaderClassName
{
color: #4F6938;
}
.AnyTagClassName
{
color: #4F6938;
}
</style>
background-color css
<style>
a { background-color: #4F6938; }
a { background-color: rgb(79,105,56); }
div.DivClassName
{
background-color: #4F6938;
}
.BgClassName
{
background-color: #4F6938;
}
</style>
border-color css
<style>
span { border-color: #4F6938; }
span { border-color: rgb(79,105,56); }
td.TdClassName
{
border-color: #4F6938;
}
.TagClassName
{
border-color: #4F6938;
}
</style>