Shades of Dell #4A762F
Tints of Dell #4A762F
RGB
CMYK
RGB Variations
Color information
#4A762F (or 0x4A762F) is known color: Dell. HEX triplet: 4A, 76 and 2F. RGB value is (74,118,47). Sum of RGB (Red+Green+Blue) = 74+118+47=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #4A762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A762F is #B589D0. Grayscale: #606060. Windows color (decimal): -11897297 or 3110474. OLE color: 3110474.
HSL color Cylindrical-coordinate representation of color #4A762F: hue angle of 97.18º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A762F is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 74 | 118 | 47 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.54 |
| HSL | 97.18º | 0.43% | 0.32% | - |
| HSV(B) | 97.18º | 0.6% | 0.46% | - |
| XYZ | 9.82 | 14.62 | 4.99 | - |
| YUV | 96.75 | 99.92 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 118 | 47 | 0.37 | 0 | 0.60 | 0.54 | 97.18 | 0.43 | 0.32 |
| Hex | 4A | 76 | 2F | 25 | 0 | 3C | 36 | 61 | 2B | 20 |
| Octal | 112 | 166 | 57 | 45 | 0 | 74 | 66 | 141 | 53 | 40 |
| Binary | 1001010 | 1110110 | 101111 | 100101 | 0 | 111100 | 110110 | 1100001 | 101011 | 100000 |
Color Harmonies of #4A762F
Complementary color
Monochromatic Colors of #4A762F
Black with #4A762F
Text Example
Text Example
White with #4A762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A762F; }
p { color: rgb(74,118,47); }
H1.HeaderClassName
{
color: #4A762F;
}
.AnyTagClassName
{
color: #4A762F;
}
</style>
background-color css
<style>
a { background-color: #4A762F; }
a { background-color: rgb(74,118,47); }
div.DivClassName
{
background-color: #4A762F;
}
.BgClassName
{
background-color: #4A762F;
}
</style>
border-color css
<style>
span { border-color: #4A762F; }
span { border-color: rgb(74,118,47); }
td.TdClassName
{
border-color: #4A762F;
}
.TagClassName
{
border-color: #4A762F;
}
</style>