Shades of Dell #4B772D
Tints of Dell #4B772D
RGB
CMYK
RGB Variations
Color information
#4B772D (or 0x4B772D) is known color: Dell. HEX triplet: 4B, 77 and 2D. RGB value is (75,119,45). Sum of RGB (Red+Green+Blue) = 75+119+45=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #4B772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B772D is #B488D2. Grayscale: #616161. Windows color (decimal): -11831507 or 2979659. OLE color: 2979659.
HSL color Cylindrical-coordinate representation of color #4B772D: hue angle of 95.68º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4B772D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 45 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.53 |
| HSL | 95.68º | 0.45% | 0.32% | - |
| HSV(B) | 95.68º | 0.62% | 0.47% | - |
| XYZ | 9.97 | 14.88 | 4.83 | - |
| YUV | 97.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 45 | 0.37 | 0 | 0.62 | 0.53 | 95.68 | 0.45 | 0.32 |
| Hex | 4B | 77 | 2D | 25 | 0 | 3E | 35 | 60 | 2D | 20 |
| Octal | 113 | 167 | 55 | 45 | 0 | 76 | 65 | 140 | 55 | 40 |
| Binary | 1001011 | 1110111 | 101101 | 100101 | 0 | 111110 | 110101 | 1100000 | 101101 | 100000 |
Color Harmonies of #4B772D
Complementary color
Monochromatic Colors of #4B772D
Black with #4B772D
Text Example
Text Example
White with #4B772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B772D; }
p { color: rgb(75,119,45); }
H1.HeaderClassName
{
color: #4B772D;
}
.AnyTagClassName
{
color: #4B772D;
}
</style>
background-color css
<style>
a { background-color: #4B772D; }
a { background-color: rgb(75,119,45); }
div.DivClassName
{
background-color: #4B772D;
}
.BgClassName
{
background-color: #4B772D;
}
</style>
border-color css
<style>
span { border-color: #4B772D; }
span { border-color: rgb(75,119,45); }
td.TdClassName
{
border-color: #4B772D;
}
.TagClassName
{
border-color: #4B772D;
}
</style>