Shades of Dell #4A712A
Tints of Dell #4A712A
RGB
CMYK
RGB Variations
Color information
#4A712A (or 0x4A712A) is known color: Dell. HEX triplet: 4A, 71 and 2A. RGB value is (74,113,42). Sum of RGB (Red+Green+Blue) = 74+113+42=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #4A712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A712A is #B58ED5. Grayscale: #5D5D5D. Windows color (decimal): -11898582 or 2781514. OLE color: 2781514.
HSL color Cylindrical-coordinate representation of color #4A712A: hue angle of 92.96º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A712A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 113 | 42 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.56 |
| HSL | 92.96º | 0.46% | 0.3% | - |
| HSV(B) | 92.96º | 0.63% | 0.44% | - |
| XYZ | 9.15 | 13.43 | 4.3 | - |
| YUV | 93.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 42 | 0.35 | 0 | 0.63 | 0.56 | 92.96 | 0.46 | 0.3 |
| Hex | 4A | 71 | 2A | 23 | 0 | 3F | 38 | 5D | 2E | 1E |
| Octal | 112 | 161 | 52 | 43 | 0 | 77 | 70 | 135 | 56 | 36 |
| Binary | 1001010 | 1110001 | 101010 | 100011 | 0 | 111111 | 111000 | 1011101 | 101110 | 11110 |
Color Harmonies of #4A712A
Complementary color
Monochromatic Colors of #4A712A
Black with #4A712A
Text Example
Text Example
White with #4A712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A712A; }
p { color: rgb(74,113,42); }
H1.HeaderClassName
{
color: #4A712A;
}
.AnyTagClassName
{
color: #4A712A;
}
</style>
background-color css
<style>
a { background-color: #4A712A; }
a { background-color: rgb(74,113,42); }
div.DivClassName
{
background-color: #4A712A;
}
.BgClassName
{
background-color: #4A712A;
}
</style>
border-color css
<style>
span { border-color: #4A712A; }
span { border-color: rgb(74,113,42); }
td.TdClassName
{
border-color: #4A712A;
}
.TagClassName
{
border-color: #4A712A;
}
</style>