Shades of Dell #4F6F35
Tints of Dell #4F6F35
RGB
CMYK
RGB Variations
Color information
#4F6F35 (or 0x4F6F35) is known color: Dell. HEX triplet: 4F, 6F and 35. RGB value is (79,111,53). Sum of RGB (Red+Green+Blue) = 79+111+53=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #4F6F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6F35 is #B090CA. Grayscale: #5F5F5F. Windows color (decimal): -11571403 or 3501903. OLE color: 3501903.
HSL color Cylindrical-coordinate representation of color #4F6F35: hue angle of 93.1º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F6F35 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 111 | 53 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.56 |
| HSL | 93.1º | 0.35% | 0.32% | - |
| HSV(B) | 93.1º | 0.52% | 0.44% | - |
| XYZ | 9.55 | 13.29 | 5.43 | - |
| YUV | 94.82 | 104.4 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 111 | 53 | 0.29 | 0 | 0.52 | 0.56 | 93.1 | 0.35 | 0.32 |
| Hex | 4F | 6F | 35 | 1D | 0 | 34 | 38 | 5D | 23 | 20 |
| Octal | 117 | 157 | 65 | 35 | 0 | 64 | 70 | 135 | 43 | 40 |
| Binary | 1001111 | 1101111 | 110101 | 11101 | 0 | 110100 | 111000 | 1011101 | 100011 | 100000 |
Color Harmonies of #4F6F35
Complementary color
Monochromatic Colors of #4F6F35
Black with #4F6F35
Text Example
Text Example
White with #4F6F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6F35; }
p { color: rgb(79,111,53); }
H1.HeaderClassName
{
color: #4F6F35;
}
.AnyTagClassName
{
color: #4F6F35;
}
</style>
background-color css
<style>
a { background-color: #4F6F35; }
a { background-color: rgb(79,111,53); }
div.DivClassName
{
background-color: #4F6F35;
}
.BgClassName
{
background-color: #4F6F35;
}
</style>
border-color css
<style>
span { border-color: #4F6F35; }
span { border-color: rgb(79,111,53); }
td.TdClassName
{
border-color: #4F6F35;
}
.TagClassName
{
border-color: #4F6F35;
}
</style>