Shades of Dell #4A722F
Tints of Dell #4A722F
RGB
CMYK
RGB Variations
Color information
#4A722F (or 0x4A722F) is known color: Dell. HEX triplet: 4A, 72 and 2F. RGB value is (74,114,47). Sum of RGB (Red+Green+Blue) = 74+114+47=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #4A722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A722F is #B58DD0. Grayscale: #5E5E5E. Windows color (decimal): -11898321 or 3109450. OLE color: 3109450.
HSL color Cylindrical-coordinate representation of color #4A722F: hue angle of 95.82º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A722F is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 47 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.55 |
| HSL | 95.82º | 0.42% | 0.32% | - |
| HSV(B) | 95.82º | 0.59% | 0.45% | - |
| XYZ | 9.35 | 13.7 | 4.84 | - |
| YUV | 94.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 47 | 0.35 | 0 | 0.59 | 0.55 | 95.82 | 0.42 | 0.32 |
| Hex | 4A | 72 | 2F | 23 | 0 | 3B | 37 | 60 | 2A | 20 |
| Octal | 112 | 162 | 57 | 43 | 0 | 73 | 67 | 140 | 52 | 40 |
| Binary | 1001010 | 1110010 | 101111 | 100011 | 0 | 111011 | 110111 | 1100000 | 101010 | 100000 |
Color Harmonies of #4A722F
Complementary color
Monochromatic Colors of #4A722F
Black with #4A722F
Text Example
Text Example
White with #4A722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A722F; }
p { color: rgb(74,114,47); }
H1.HeaderClassName
{
color: #4A722F;
}
.AnyTagClassName
{
color: #4A722F;
}
</style>
background-color css
<style>
a { background-color: #4A722F; }
a { background-color: rgb(74,114,47); }
div.DivClassName
{
background-color: #4A722F;
}
.BgClassName
{
background-color: #4A722F;
}
</style>
border-color css
<style>
span { border-color: #4A722F; }
span { border-color: rgb(74,114,47); }
td.TdClassName
{
border-color: #4A722F;
}
.TagClassName
{
border-color: #4A722F;
}
</style>