Shades of Dell #4B732A
Tints of Dell #4B732A
RGB
CMYK
RGB Variations
Color information
#4B732A (or 0x4B732A) is known color: Dell. HEX triplet: 4B, 73 and 2A. RGB value is (75,115,42). Sum of RGB (Red+Green+Blue) = 75+115+42=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #4B732A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B732A is #B48CD5. Grayscale: #5E5E5E. Windows color (decimal): -11832534 or 2782027. OLE color: 2782027.
HSL color Cylindrical-coordinate representation of color #4B732A: hue angle of 92.88º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B732A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 115 | 42 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.55 |
| HSL | 92.88º | 0.46% | 0.31% | - |
| HSV(B) | 92.88º | 0.63% | 0.45% | - |
| XYZ | 9.45 | 13.92 | 4.38 | - |
| YUV | 94.72 | 98.25 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 115 | 42 | 0.35 | 0 | 0.63 | 0.55 | 92.88 | 0.46 | 0.31 |
| Hex | 4B | 73 | 2A | 23 | 0 | 3F | 37 | 5D | 2E | 1F |
| Octal | 113 | 163 | 52 | 43 | 0 | 77 | 67 | 135 | 56 | 37 |
| Binary | 1001011 | 1110011 | 101010 | 100011 | 0 | 111111 | 110111 | 1011101 | 101110 | 11111 |
Color Harmonies of #4B732A
Complementary color
Monochromatic Colors of #4B732A
Black with #4B732A
Text Example
Text Example
White with #4B732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B732A; }
p { color: rgb(75,115,42); }
H1.HeaderClassName
{
color: #4B732A;
}
.AnyTagClassName
{
color: #4B732A;
}
</style>
background-color css
<style>
a { background-color: #4B732A; }
a { background-color: rgb(75,115,42); }
div.DivClassName
{
background-color: #4B732A;
}
.BgClassName
{
background-color: #4B732A;
}
</style>
border-color css
<style>
span { border-color: #4B732A; }
span { border-color: rgb(75,115,42); }
td.TdClassName
{
border-color: #4B732A;
}
.TagClassName
{
border-color: #4B732A;
}
</style>