Shades of Dell #486B2D
Tints of Dell #486B2D
RGB
CMYK
RGB Variations
Color information
#486B2D (or 0x486B2D) is known color: Dell. HEX triplet: 48, 6B and 2D. RGB value is (72,107,45). Sum of RGB (Red+Green+Blue) = 72+107+45=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #486B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B2D is #B794D2. Grayscale: #595959. Windows color (decimal): -12031187 or 2976584. OLE color: 2976584.
HSL color Cylindrical-coordinate representation of color #486B2D: hue angle of 93.87º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486B2D is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 107 | 45 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.58 |
| HSL | 93.87º | 0.41% | 0.3% | - |
| HSV(B) | 93.87º | 0.58% | 0.42% | - |
| XYZ | 8.4 | 12.08 | 4.37 | - |
| YUV | 89.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 107 | 45 | 0.33 | 0 | 0.58 | 0.58 | 93.87 | 0.41 | 0.3 |
| Hex | 48 | 6B | 2D | 21 | 0 | 3A | 3A | 5E | 29 | 1E |
| Octal | 110 | 153 | 55 | 41 | 0 | 72 | 72 | 136 | 51 | 36 |
| Binary | 1001000 | 1101011 | 101101 | 100001 | 0 | 111010 | 111010 | 1011110 | 101001 | 11110 |
Color Harmonies of #486B2D
Complementary color
Monochromatic Colors of #486B2D
Black with #486B2D
Text Example
Text Example
White with #486B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486B2D; }
p { color: rgb(72,107,45); }
H1.HeaderClassName
{
color: #486B2D;
}
.AnyTagClassName
{
color: #486B2D;
}
</style>
background-color css
<style>
a { background-color: #486B2D; }
a { background-color: rgb(72,107,45); }
div.DivClassName
{
background-color: #486B2D;
}
.BgClassName
{
background-color: #486B2D;
}
</style>
border-color css
<style>
span { border-color: #486B2D; }
span { border-color: rgb(72,107,45); }
td.TdClassName
{
border-color: #486B2D;
}
.TagClassName
{
border-color: #486B2D;
}
</style>