Shades of Dell #4A6938
Tints of Dell #4A6938
RGB
CMYK
RGB Variations
Color information
#4A6938 (or 0x4A6938) is known color: Dell. HEX triplet: 4A, 69 and 38. RGB value is (74,105,56). Sum of RGB (Red+Green+Blue) = 74+105+56=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6938 is #B596C7. Grayscale: #5A5A5A. Windows color (decimal): -11900616 or 3696970. OLE color: 3696970.
HSL color Cylindrical-coordinate representation of color #4A6938: hue angle of 97.96º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A6938 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 56 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.59 |
| HSL | 97.96º | 0.3% | 0.32% | - |
| HSV(B) | 97.96º | 0.47% | 0.41% | - |
| XYZ | 8.59 | 11.84 | 5.57 | - |
| YUV | 90.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 56 | 0.30 | 0 | 0.47 | 0.59 | 97.96 | 0.3 | 0.32 |
| Hex | 4A | 69 | 38 | 1E | 0 | 2F | 3B | 62 | 1E | 20 |
| Octal | 112 | 151 | 70 | 36 | 0 | 57 | 73 | 142 | 36 | 40 |
| Binary | 1001010 | 1101001 | 111000 | 11110 | 0 | 101111 | 111011 | 1100010 | 11110 | 100000 |
Color Harmonies of #4A6938
Complementary color
Monochromatic Colors of #4A6938
Black with #4A6938
Text Example
Text Example
White with #4A6938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6938; }
p { color: rgb(74,105,56); }
H1.HeaderClassName
{
color: #4A6938;
}
.AnyTagClassName
{
color: #4A6938;
}
</style>
background-color css
<style>
a { background-color: #4A6938; }
a { background-color: rgb(74,105,56); }
div.DivClassName
{
background-color: #4A6938;
}
.BgClassName
{
background-color: #4A6938;
}
</style>
border-color css
<style>
span { border-color: #4A6938; }
span { border-color: rgb(74,105,56); }
td.TdClassName
{
border-color: #4A6938;
}
.TagClassName
{
border-color: #4A6938;
}
</style>