Shades of Dell #4C7533
Tints of Dell #4C7533
RGB
CMYK
RGB Variations
Color information
#4C7533 (or 0x4C7533) is known color: Dell. HEX triplet: 4C, 75 and 33. RGB value is (76,117,51). Sum of RGB (Red+Green+Blue) = 76+117+51=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7533 is #B38ACC. Grayscale: #616161. Windows color (decimal): -11766477 or 3372364. OLE color: 3372364.
HSL color Cylindrical-coordinate representation of color #4C7533: hue angle of 97.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C7533 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 76 | 117 | 51 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.54 |
| HSL | 97.27º | 0.39% | 0.33% | - |
| HSV(B) | 97.27º | 0.56% | 0.46% | - |
| XYZ | 9.94 | 14.5 | 5.41 | - |
| YUV | 97.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 117 | 51 | 0.35 | 0 | 0.56 | 0.54 | 97.27 | 0.39 | 0.33 |
| Hex | 4C | 75 | 33 | 23 | 0 | 38 | 36 | 61 | 27 | 21 |
| Octal | 114 | 165 | 63 | 43 | 0 | 70 | 66 | 141 | 47 | 41 |
| Binary | 1001100 | 1110101 | 110011 | 100011 | 0 | 111000 | 110110 | 1100001 | 100111 | 100001 |
Color Harmonies of #4C7533
Complementary color
Monochromatic Colors of #4C7533
Black with #4C7533
Text Example
Text Example
White with #4C7533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7533; }
p { color: rgb(76,117,51); }
H1.HeaderClassName
{
color: #4C7533;
}
.AnyTagClassName
{
color: #4C7533;
}
</style>
background-color css
<style>
a { background-color: #4C7533; }
a { background-color: rgb(76,117,51); }
div.DivClassName
{
background-color: #4C7533;
}
.BgClassName
{
background-color: #4C7533;
}
</style>
border-color css
<style>
span { border-color: #4C7533; }
span { border-color: rgb(76,117,51); }
td.TdClassName
{
border-color: #4C7533;
}
.TagClassName
{
border-color: #4C7533;
}
</style>