Shades of Dell #486F2F
Tints of Dell #486F2F
RGB
CMYK
RGB Variations
Color information
#486F2F (or 0x486F2F) is known color: Dell. HEX triplet: 48, 6F and 2F. RGB value is (72,111,47). Sum of RGB (Red+Green+Blue) = 72+111+47=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #486F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F2F is #B790D0. Grayscale: #5C5C5C. Windows color (decimal): -12030161 or 3108680. OLE color: 3108680.
HSL color Cylindrical-coordinate representation of color #486F2F: hue angle of 96.56º 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 #486F2F is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 47 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.56 |
| HSL | 96.56º | 0.41% | 0.31% | - |
| HSV(B) | 96.56º | 0.58% | 0.44% | - |
| XYZ | 8.87 | 12.95 | 4.72 | - |
| YUV | 92.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 47 | 0.35 | 0 | 0.58 | 0.56 | 96.56 | 0.41 | 0.31 |
| Hex | 48 | 6F | 2F | 23 | 0 | 3A | 38 | 61 | 29 | 1F |
| Octal | 110 | 157 | 57 | 43 | 0 | 72 | 70 | 141 | 51 | 37 |
| Binary | 1001000 | 1101111 | 101111 | 100011 | 0 | 111010 | 111000 | 1100001 | 101001 | 11111 |
Color Harmonies of #486F2F
Complementary color
Monochromatic Colors of #486F2F
Black with #486F2F
Text Example
Text Example
White with #486F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F2F; }
p { color: rgb(72,111,47); }
H1.HeaderClassName
{
color: #486F2F;
}
.AnyTagClassName
{
color: #486F2F;
}
</style>
background-color css
<style>
a { background-color: #486F2F; }
a { background-color: rgb(72,111,47); }
div.DivClassName
{
background-color: #486F2F;
}
.BgClassName
{
background-color: #486F2F;
}
</style>
border-color css
<style>
span { border-color: #486F2F; }
span { border-color: rgb(72,111,47); }
td.TdClassName
{
border-color: #486F2F;
}
.TagClassName
{
border-color: #486F2F;
}
</style>