Shades of Dell #4C702F
Tints of Dell #4C702F
RGB
CMYK
RGB Variations
Color information
#4C702F (or 0x4C702F) is known color: Dell. HEX triplet: 4C, 70 and 2F. RGB value is (76,112,47). Sum of RGB (Red+Green+Blue) = 76+112+47=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #4C702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C702F is #B38FD0. Grayscale: #5E5E5E. Windows color (decimal): -11767761 or 3108940. OLE color: 3108940.
HSL color Cylindrical-coordinate representation of color #4C702F: hue angle of 93.23º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C702F is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 47 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.56 |
| HSL | 93.23º | 0.41% | 0.31% | - |
| HSV(B) | 93.23º | 0.58% | 0.44% | - |
| XYZ | 9.29 | 13.33 | 4.77 | - |
| YUV | 93.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 47 | 0.32 | 0 | 0.58 | 0.56 | 93.23 | 0.41 | 0.31 |
| Hex | 4C | 70 | 2F | 20 | 0 | 3A | 38 | 5D | 29 | 1F |
| Octal | 114 | 160 | 57 | 40 | 0 | 72 | 70 | 135 | 51 | 37 |
| Binary | 1001100 | 1110000 | 101111 | 100000 | 0 | 111010 | 111000 | 1011101 | 101001 | 11111 |
Color Harmonies of #4C702F
Complementary color
Monochromatic Colors of #4C702F
Black with #4C702F
Text Example
Text Example
White with #4C702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C702F; }
p { color: rgb(76,112,47); }
H1.HeaderClassName
{
color: #4C702F;
}
.AnyTagClassName
{
color: #4C702F;
}
</style>
background-color css
<style>
a { background-color: #4C702F; }
a { background-color: rgb(76,112,47); }
div.DivClassName
{
background-color: #4C702F;
}
.BgClassName
{
background-color: #4C702F;
}
</style>
border-color css
<style>
span { border-color: #4C702F; }
span { border-color: rgb(76,112,47); }
td.TdClassName
{
border-color: #4C702F;
}
.TagClassName
{
border-color: #4C702F;
}
</style>