Shades of Dell #4B772F
Tints of Dell #4B772F
RGB
CMYK
RGB Variations
Color information
#4B772F (or 0x4B772F) is known color: Dell. HEX triplet: 4B, 77 and 2F. RGB value is (75,119,47). Sum of RGB (Red+Green+Blue) = 75+119+47=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #4B772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B772F is #B488D0. Grayscale: #616161. Windows color (decimal): -11831505 or 3110731. OLE color: 3110731.
HSL color Cylindrical-coordinate representation of color #4B772F: hue angle of 96.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B772F is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 119 | 47 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.53 |
| HSL | 96.67º | 0.43% | 0.33% | - |
| HSV(B) | 96.67º | 0.61% | 0.47% | - |
| XYZ | 10.01 | 14.89 | 5.04 | - |
| YUV | 97.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 119 | 47 | 0.37 | 0 | 0.61 | 0.53 | 96.67 | 0.43 | 0.33 |
| Hex | 4B | 77 | 2F | 25 | 0 | 3D | 35 | 61 | 2B | 21 |
| Octal | 113 | 167 | 57 | 45 | 0 | 75 | 65 | 141 | 53 | 41 |
| Binary | 1001011 | 1110111 | 101111 | 100101 | 0 | 111101 | 110101 | 1100001 | 101011 | 100001 |
Color Harmonies of #4B772F
Complementary color
Monochromatic Colors of #4B772F
Black with #4B772F
Text Example
Text Example
White with #4B772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B772F; }
p { color: rgb(75,119,47); }
H1.HeaderClassName
{
color: #4B772F;
}
.AnyTagClassName
{
color: #4B772F;
}
</style>
background-color css
<style>
a { background-color: #4B772F; }
a { background-color: rgb(75,119,47); }
div.DivClassName
{
background-color: #4B772F;
}
.BgClassName
{
background-color: #4B772F;
}
</style>
border-color css
<style>
span { border-color: #4B772F; }
span { border-color: rgb(75,119,47); }
td.TdClassName
{
border-color: #4B772F;
}
.TagClassName
{
border-color: #4B772F;
}
</style>