Shades of Dell #4C6F2F
Tints of Dell #4C6F2F
RGB
CMYK
RGB Variations
Color information
#4C6F2F (or 0x4C6F2F) is known color: Dell. HEX triplet: 4C, 6F and 2F. RGB value is (76,111,47). Sum of RGB (Red+Green+Blue) = 76+111+47=234 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.48% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #4C6F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6F2F is #B390D0. Grayscale: #5D5D5D. Windows color (decimal): -11768017 or 3108684. OLE color: 3108684.
HSL color Cylindrical-coordinate representation of color #4C6F2F: hue angle of 92.81º 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 #4C6F2F is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 111 | 47 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.56 |
| HSL | 92.81º | 0.41% | 0.31% | - |
| HSV(B) | 92.81º | 0.58% | 0.44% | - |
| XYZ | 9.18 | 13.11 | 4.74 | - |
| YUV | 93.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 47 | 0.32 | 0 | 0.58 | 0.56 | 92.81 | 0.41 | 0.31 |
| Hex | 4C | 6F | 2F | 20 | 0 | 3A | 38 | 5D | 29 | 1F |
| Octal | 114 | 157 | 57 | 40 | 0 | 72 | 70 | 135 | 51 | 37 |
| Binary | 1001100 | 1101111 | 101111 | 100000 | 0 | 111010 | 111000 | 1011101 | 101001 | 11111 |
Color Harmonies of #4C6F2F
Complementary color
Monochromatic Colors of #4C6F2F
Black with #4C6F2F
Text Example
Text Example
White with #4C6F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6F2F; }
p { color: rgb(76,111,47); }
H1.HeaderClassName
{
color: #4C6F2F;
}
.AnyTagClassName
{
color: #4C6F2F;
}
</style>
background-color css
<style>
a { background-color: #4C6F2F; }
a { background-color: rgb(76,111,47); }
div.DivClassName
{
background-color: #4C6F2F;
}
.BgClassName
{
background-color: #4C6F2F;
}
</style>
border-color css
<style>
span { border-color: #4C6F2F; }
span { border-color: rgb(76,111,47); }
td.TdClassName
{
border-color: #4C6F2F;
}
.TagClassName
{
border-color: #4C6F2F;
}
</style>