Shades of Dell #4A6C32
Tints of Dell #4A6C32
RGB
CMYK
RGB Variations
Color information
#4A6C32 (or 0x4A6C32) is known color: Dell. HEX triplet: 4A, 6C and 32. RGB value is (74,108,50). Sum of RGB (Red+Green+Blue) = 74+108+50=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 108 (42.58% from 255 or 46.55% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 108 - color contains mainly: green. Hex color #4A6C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6C32 is #B593CD. Grayscale: #5B5B5B. Windows color (decimal): -11899854 or 3304522. OLE color: 3304522.
HSL color Cylindrical-coordinate representation of color #4A6C32: hue angle of 95.17º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A6C32 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 108 | 50 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.58 |
| HSL | 95.17º | 0.37% | 0.31% | - |
| HSV(B) | 95.17º | 0.54% | 0.42% | - |
| XYZ | 8.76 | 12.41 | 4.95 | - |
| YUV | 91.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 108 | 50 | 0.31 | 0 | 0.54 | 0.58 | 95.17 | 0.37 | 0.31 |
| Hex | 4A | 6C | 32 | 1F | 0 | 36 | 3A | 5F | 25 | 1F |
| Octal | 112 | 154 | 62 | 37 | 0 | 66 | 72 | 137 | 45 | 37 |
| Binary | 1001010 | 1101100 | 110010 | 11111 | 0 | 110110 | 111010 | 1011111 | 100101 | 11111 |
Color Harmonies of #4A6C32
Complementary color
Monochromatic Colors of #4A6C32
Black with #4A6C32
Text Example
Text Example
White with #4A6C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6C32; }
p { color: rgb(74,108,50); }
H1.HeaderClassName
{
color: #4A6C32;
}
.AnyTagClassName
{
color: #4A6C32;
}
</style>
background-color css
<style>
a { background-color: #4A6C32; }
a { background-color: rgb(74,108,50); }
div.DivClassName
{
background-color: #4A6C32;
}
.BgClassName
{
background-color: #4A6C32;
}
</style>
border-color css
<style>
span { border-color: #4A6C32; }
span { border-color: rgb(74,108,50); }
td.TdClassName
{
border-color: #4A6C32;
}
.TagClassName
{
border-color: #4A6C32;
}
</style>