Shades of Dell #4A702D
Tints of Dell #4A702D
RGB
CMYK
RGB Variations
Color information
#4A702D (or 0x4A702D) is known color: Dell. HEX triplet: 4A, 70 and 2D. RGB value is (74,112,45). Sum of RGB (Red+Green+Blue) = 74+112+45=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #4A702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A702D is #B58FD2. Grayscale: #5D5D5D. Windows color (decimal): -11898835 or 2977866. OLE color: 2977866.
HSL color Cylindrical-coordinate representation of color #4A702D: hue angle of 94.03º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A702D is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 112 | 45 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.56 |
| HSL | 94.03º | 0.43% | 0.31% | - |
| HSV(B) | 94.03º | 0.6% | 0.44% | - |
| XYZ | 9.09 | 13.23 | 4.56 | - |
| YUV | 93 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 112 | 45 | 0.34 | 0 | 0.60 | 0.56 | 94.03 | 0.43 | 0.31 |
| Hex | 4A | 70 | 2D | 22 | 0 | 3C | 38 | 5E | 2B | 1F |
| Octal | 112 | 160 | 55 | 42 | 0 | 74 | 70 | 136 | 53 | 37 |
| Binary | 1001010 | 1110000 | 101101 | 100010 | 0 | 111100 | 111000 | 1011110 | 101011 | 11111 |
Color Harmonies of #4A702D
Complementary color
Monochromatic Colors of #4A702D
Black with #4A702D
Text Example
Text Example
White with #4A702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A702D; }
p { color: rgb(74,112,45); }
H1.HeaderClassName
{
color: #4A702D;
}
.AnyTagClassName
{
color: #4A702D;
}
</style>
background-color css
<style>
a { background-color: #4A702D; }
a { background-color: rgb(74,112,45); }
div.DivClassName
{
background-color: #4A702D;
}
.BgClassName
{
background-color: #4A702D;
}
</style>
border-color css
<style>
span { border-color: #4A702D; }
span { border-color: rgb(74,112,45); }
td.TdClassName
{
border-color: #4A702D;
}
.TagClassName
{
border-color: #4A702D;
}
</style>