Shades of Dell #4A642D
Tints of Dell #4A642D
RGB
CMYK
RGB Variations
Color information
#4A642D (or 0x4A642D) is known color: Dell. HEX triplet: 4A, 64 and 2D. RGB value is (74,100,45). Sum of RGB (Red+Green+Blue) = 74+100+45=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #4A642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A642D is #B59BD2. Grayscale: #565656. Windows color (decimal): -11901907 or 2974794. OLE color: 2974794.
HSL color Cylindrical-coordinate representation of color #4A642D: hue angle of 88.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A642D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 74 | 100 | 45 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.61 |
| HSL | 88.36º | 0.38% | 0.28% | - |
| HSV(B) | 88.36º | 0.55% | 0.39% | - |
| XYZ | 7.85 | 10.76 | 4.15 | - |
| YUV | 85.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 100 | 45 | 0.26 | 0 | 0.55 | 0.61 | 88.36 | 0.38 | 0.28 |
| Hex | 4A | 64 | 2D | 1A | 0 | 37 | 3D | 58 | 26 | 1C |
| Octal | 112 | 144 | 55 | 32 | 0 | 67 | 75 | 130 | 46 | 34 |
| Binary | 1001010 | 1100100 | 101101 | 11010 | 0 | 110111 | 111101 | 1011000 | 100110 | 11100 |
Color Harmonies of #4A642D
Complementary color
Monochromatic Colors of #4A642D
Black with #4A642D
Text Example
Text Example
White with #4A642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A642D; }
p { color: rgb(74,100,45); }
H1.HeaderClassName
{
color: #4A642D;
}
.AnyTagClassName
{
color: #4A642D;
}
</style>
background-color css
<style>
a { background-color: #4A642D; }
a { background-color: rgb(74,100,45); }
div.DivClassName
{
background-color: #4A642D;
}
.BgClassName
{
background-color: #4A642D;
}
</style>
border-color css
<style>
span { border-color: #4A642D; }
span { border-color: rgb(74,100,45); }
td.TdClassName
{
border-color: #4A642D;
}
.TagClassName
{
border-color: #4A642D;
}
</style>