Shades of Dell #486E2F
Tints of Dell #486E2F
RGB
CMYK
RGB Variations
Color information
#486E2F (or 0x486E2F) is known color: Dell. HEX triplet: 48, 6E and 2F. RGB value is (72,110,47). Sum of RGB (Red+Green+Blue) = 72+110+47=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #486E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E2F is #B791D0. Grayscale: #5B5B5B. Windows color (decimal): -12030417 or 3108424. OLE color: 3108424.
HSL color Cylindrical-coordinate representation of color #486E2F: hue angle of 96.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #486E2F is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 110 | 47 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.57 |
| HSL | 96.19º | 0.4% | 0.31% | - |
| HSV(B) | 96.19º | 0.57% | 0.43% | - |
| XYZ | 8.76 | 12.73 | 4.69 | - |
| YUV | 91.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 110 | 47 | 0.35 | 0 | 0.57 | 0.57 | 96.19 | 0.4 | 0.31 |
| Hex | 48 | 6E | 2F | 23 | 0 | 39 | 39 | 60 | 28 | 1F |
| Octal | 110 | 156 | 57 | 43 | 0 | 71 | 71 | 140 | 50 | 37 |
| Binary | 1001000 | 1101110 | 101111 | 100011 | 0 | 111001 | 111001 | 1100000 | 101000 | 11111 |
Color Harmonies of #486E2F
Complementary color
Monochromatic Colors of #486E2F
Black with #486E2F
Text Example
Text Example
White with #486E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486E2F; }
p { color: rgb(72,110,47); }
H1.HeaderClassName
{
color: #486E2F;
}
.AnyTagClassName
{
color: #486E2F;
}
</style>
background-color css
<style>
a { background-color: #486E2F; }
a { background-color: rgb(72,110,47); }
div.DivClassName
{
background-color: #486E2F;
}
.BgClassName
{
background-color: #486E2F;
}
</style>
border-color css
<style>
span { border-color: #486E2F; }
span { border-color: rgb(72,110,47); }
td.TdClassName
{
border-color: #486E2F;
}
.TagClassName
{
border-color: #486E2F;
}
</style>