Shades of Dell #4A6F36
Tints of Dell #4A6F36
RGB
CMYK
RGB Variations
Color information
#4A6F36 (or 0x4A6F36) is known color: Dell. HEX triplet: 4A, 6F and 36. RGB value is (74,111,54). Sum of RGB (Red+Green+Blue) = 74+111+54=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #4A6F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6F36 is #B590C9. Grayscale: #5D5D5D. Windows color (decimal): -11899082 or 3567434. OLE color: 3567434.
HSL color Cylindrical-coordinate representation of color #4A6F36: hue angle of 98.95º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A6F36 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 111 | 54 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.56 |
| HSL | 98.95º | 0.35% | 0.32% | - |
| HSV(B) | 98.95º | 0.51% | 0.44% | - |
| XYZ | 9.17 | 13.09 | 5.53 | - |
| YUV | 93.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 54 | 0.33 | 0 | 0.51 | 0.56 | 98.95 | 0.35 | 0.32 |
| Hex | 4A | 6F | 36 | 21 | 0 | 33 | 38 | 63 | 23 | 20 |
| Octal | 112 | 157 | 66 | 41 | 0 | 63 | 70 | 143 | 43 | 40 |
| Binary | 1001010 | 1101111 | 110110 | 100001 | 0 | 110011 | 111000 | 1100011 | 100011 | 100000 |
Color Harmonies of #4A6F36
Complementary color
Monochromatic Colors of #4A6F36
Black with #4A6F36
Text Example
Text Example
White with #4A6F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6F36; }
p { color: rgb(74,111,54); }
H1.HeaderClassName
{
color: #4A6F36;
}
.AnyTagClassName
{
color: #4A6F36;
}
</style>
background-color css
<style>
a { background-color: #4A6F36; }
a { background-color: rgb(74,111,54); }
div.DivClassName
{
background-color: #4A6F36;
}
.BgClassName
{
background-color: #4A6F36;
}
</style>
border-color css
<style>
span { border-color: #4A6F36; }
span { border-color: rgb(74,111,54); }
td.TdClassName
{
border-color: #4A6F36;
}
.TagClassName
{
border-color: #4A6F36;
}
</style>