Shades of Dell #4C762F
Tints of Dell #4C762F
RGB
CMYK
RGB Variations
Color information
#4C762F (or 0x4C762F) is known color: Dell. HEX triplet: 4C, 76 and 2F. RGB value is (76,118,47). Sum of RGB (Red+Green+Blue) = 76+118+47=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 118 - color contains mainly: green. Hex color #4C762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C762F is #B389D0. Grayscale: #616161. Windows color (decimal): -11766225 or 3110476. OLE color: 3110476.
HSL color Cylindrical-coordinate representation of color #4C762F: hue angle of 95.49º 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 #4C762F is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 118 | 47 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.54 |
| HSL | 95.49º | 0.43% | 0.32% | - |
| HSV(B) | 95.49º | 0.6% | 0.46% | - |
| XYZ | 9.97 | 14.7 | 5 | - |
| YUV | 97.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 47 | 0.36 | 0 | 0.60 | 0.54 | 95.49 | 0.43 | 0.32 |
| Hex | 4C | 76 | 2F | 24 | 0 | 3C | 36 | 5F | 2B | 20 |
| Octal | 114 | 166 | 57 | 44 | 0 | 74 | 66 | 137 | 53 | 40 |
| Binary | 1001100 | 1110110 | 101111 | 100100 | 0 | 111100 | 110110 | 1011111 | 101011 | 100000 |
Color Harmonies of #4C762F
Complementary color
Monochromatic Colors of #4C762F
Black with #4C762F
Text Example
Text Example
White with #4C762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C762F; }
p { color: rgb(76,118,47); }
H1.HeaderClassName
{
color: #4C762F;
}
.AnyTagClassName
{
color: #4C762F;
}
</style>
background-color css
<style>
a { background-color: #4C762F; }
a { background-color: rgb(76,118,47); }
div.DivClassName
{
background-color: #4C762F;
}
.BgClassName
{
background-color: #4C762F;
}
</style>
border-color css
<style>
span { border-color: #4C762F; }
span { border-color: rgb(76,118,47); }
td.TdClassName
{
border-color: #4C762F;
}
.TagClassName
{
border-color: #4C762F;
}
</style>