Shades of Dell #4A6838
Tints of Dell #4A6838
RGB
CMYK
RGB Variations
Color information
#4A6838 (or 0x4A6838) is known color: Dell. HEX triplet: 4A, 68 and 38. RGB value is (74,104,56). Sum of RGB (Red+Green+Blue) = 74+104+56=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6838 is #B597C7. Grayscale: #595959. Windows color (decimal): -11900872 or 3696714. OLE color: 3696714.
HSL color Cylindrical-coordinate representation of color #4A6838: hue angle of 97.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A6838 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 104 | 56 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.59 |
| HSL | 97.5º | 0.3% | 0.31% | - |
| HSV(B) | 97.5º | 0.46% | 0.41% | - |
| XYZ | 8.49 | 11.64 | 5.54 | - |
| YUV | 89.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 104 | 56 | 0.29 | 0 | 0.46 | 0.59 | 97.5 | 0.3 | 0.31 |
| Hex | 4A | 68 | 38 | 1D | 0 | 2E | 3B | 62 | 1E | 1F |
| Octal | 112 | 150 | 70 | 35 | 0 | 56 | 73 | 142 | 36 | 37 |
| Binary | 1001010 | 1101000 | 111000 | 11101 | 0 | 101110 | 111011 | 1100010 | 11110 | 11111 |
Color Harmonies of #4A6838
Complementary color
Monochromatic Colors of #4A6838
Black with #4A6838
Text Example
Text Example
White with #4A6838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6838; }
p { color: rgb(74,104,56); }
H1.HeaderClassName
{
color: #4A6838;
}
.AnyTagClassName
{
color: #4A6838;
}
</style>
background-color css
<style>
a { background-color: #4A6838; }
a { background-color: rgb(74,104,56); }
div.DivClassName
{
background-color: #4A6838;
}
.BgClassName
{
background-color: #4A6838;
}
</style>
border-color css
<style>
span { border-color: #4A6838; }
span { border-color: rgb(74,104,56); }
td.TdClassName
{
border-color: #4A6838;
}
.TagClassName
{
border-color: #4A6838;
}
</style>