Shades of Dell #4A622F
Tints of Dell #4A622F
RGB
CMYK
RGB Variations
Color information
#4A622F (or 0x4A622F) is known color: Dell. HEX triplet: 4A, 62 and 2F. RGB value is (74,98,47). Sum of RGB (Red+Green+Blue) = 74+98+47=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #4A622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A622F is #B59DD0. Grayscale: #555555. Windows color (decimal): -11902417 or 3105354. OLE color: 3105354.
HSL color Cylindrical-coordinate representation of color #4A622F: hue angle of 88.24º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A622F is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 98 | 47 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.62 |
| HSL | 88.24º | 0.35% | 0.28% | - |
| HSV(B) | 88.24º | 0.52% | 0.38% | - |
| XYZ | 7.7 | 10.4 | 4.29 | - |
| YUV | 85.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 47 | 0.24 | 0 | 0.52 | 0.62 | 88.24 | 0.35 | 0.28 |
| Hex | 4A | 62 | 2F | 18 | 0 | 34 | 3E | 58 | 23 | 1C |
| Octal | 112 | 142 | 57 | 30 | 0 | 64 | 76 | 130 | 43 | 34 |
| Binary | 1001010 | 1100010 | 101111 | 11000 | 0 | 110100 | 111110 | 1011000 | 100011 | 11100 |
Color Harmonies of #4A622F
Complementary color
Monochromatic Colors of #4A622F
Black with #4A622F
Text Example
Text Example
White with #4A622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A622F; }
p { color: rgb(74,98,47); }
H1.HeaderClassName
{
color: #4A622F;
}
.AnyTagClassName
{
color: #4A622F;
}
</style>
background-color css
<style>
a { background-color: #4A622F; }
a { background-color: rgb(74,98,47); }
div.DivClassName
{
background-color: #4A622F;
}
.BgClassName
{
background-color: #4A622F;
}
</style>
border-color css
<style>
span { border-color: #4A622F; }
span { border-color: rgb(74,98,47); }
td.TdClassName
{
border-color: #4A622F;
}
.TagClassName
{
border-color: #4A622F;
}
</style>