Shades of Dell #4A772B
Tints of Dell #4A772B
RGB
CMYK
RGB Variations
Color information
#4A772B (or 0x4A772B) is known color: Dell. HEX triplet: 4A, 77 and 2B. RGB value is (74,119,43). Sum of RGB (Red+Green+Blue) = 74+119+43=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #4A772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A772B is #B588D4. Grayscale: #616161. Windows color (decimal): -11897045 or 2848586. OLE color: 2848586.
HSL color Cylindrical-coordinate representation of color #4A772B: hue angle of 95.53º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A772B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 74 | 119 | 43 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.53 |
| HSL | 95.53º | 0.47% | 0.32% | - |
| HSV(B) | 95.53º | 0.64% | 0.47% | - |
| XYZ | 9.86 | 14.82 | 4.63 | - |
| YUV | 96.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 119 | 43 | 0.38 | 0 | 0.64 | 0.53 | 95.53 | 0.47 | 0.32 |
| Hex | 4A | 77 | 2B | 26 | 0 | 40 | 35 | 60 | 2F | 20 |
| Octal | 112 | 167 | 53 | 46 | 0 | 100 | 65 | 140 | 57 | 40 |
| Binary | 1001010 | 1110111 | 101011 | 100110 | 0 | 1000000 | 110101 | 1100000 | 101111 | 100000 |
Color Harmonies of #4A772B
Complementary color
Monochromatic Colors of #4A772B
Black with #4A772B
Text Example
Text Example
White with #4A772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A772B; }
p { color: rgb(74,119,43); }
H1.HeaderClassName
{
color: #4A772B;
}
.AnyTagClassName
{
color: #4A772B;
}
</style>
background-color css
<style>
a { background-color: #4A772B; }
a { background-color: rgb(74,119,43); }
div.DivClassName
{
background-color: #4A772B;
}
.BgClassName
{
background-color: #4A772B;
}
</style>
border-color css
<style>
span { border-color: #4A772B; }
span { border-color: rgb(74,119,43); }
td.TdClassName
{
border-color: #4A772B;
}
.TagClassName
{
border-color: #4A772B;
}
</style>