Shades of Dell #4A6934
Tints of Dell #4A6934
RGB
CMYK
RGB Variations
Color information
#4A6934 (or 0x4A6934) is known color: Dell. HEX triplet: 4A, 69 and 34. RGB value is (74,105,52). Sum of RGB (Red+Green+Blue) = 74+105+52=231 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.03% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #4A6934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6934 is #B596CB. Grayscale: #595959. Windows color (decimal): -11900620 or 3434826. OLE color: 3434826.
HSL color Cylindrical-coordinate representation of color #4A6934: hue angle of 95.09º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A6934 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 105 | 52 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.59 |
| HSL | 95.09º | 0.34% | 0.31% | - |
| HSV(B) | 95.09º | 0.5% | 0.41% | - |
| XYZ | 8.5 | 11.81 | 5.08 | - |
| YUV | 89.69 | 106.73 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 52 | 0.30 | 0 | 0.50 | 0.59 | 95.09 | 0.34 | 0.31 |
| Hex | 4A | 69 | 34 | 1E | 0 | 32 | 3B | 5F | 22 | 1F |
| Octal | 112 | 151 | 64 | 36 | 0 | 62 | 73 | 137 | 42 | 37 |
| Binary | 1001010 | 1101001 | 110100 | 11110 | 0 | 110010 | 111011 | 1011111 | 100010 | 11111 |
Color Harmonies of #4A6934
Complementary color
Monochromatic Colors of #4A6934
Black with #4A6934
Text Example
Text Example
White with #4A6934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6934; }
p { color: rgb(74,105,52); }
H1.HeaderClassName
{
color: #4A6934;
}
.AnyTagClassName
{
color: #4A6934;
}
</style>
background-color css
<style>
a { background-color: #4A6934; }
a { background-color: rgb(74,105,52); }
div.DivClassName
{
background-color: #4A6934;
}
.BgClassName
{
background-color: #4A6934;
}
</style>
border-color css
<style>
span { border-color: #4A6934; }
span { border-color: rgb(74,105,52); }
td.TdClassName
{
border-color: #4A6934;
}
.TagClassName
{
border-color: #4A6934;
}
</style>