Shades of Dell #486D34
Tints of Dell #486D34
RGB
CMYK
RGB Variations
Color information
#486D34 (or 0x486D34) is known color: Dell. HEX triplet: 48, 6D and 34. RGB value is (72,109,52). Sum of RGB (Red+Green+Blue) = 72+109+52=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 109 (42.97% from 255 or 46.78% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 109 - color contains mainly: green. Hex color #486D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D34 is #B792CB. Grayscale: #5B5B5B. Windows color (decimal): -12030668 or 3435848. OLE color: 3435848.
HSL color Cylindrical-coordinate representation of color #486D34: hue angle of 98.95º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486D34 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 72 | 109 | 52 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.57 |
| HSL | 98.95º | 0.35% | 0.32% | - |
| HSV(B) | 98.95º | 0.52% | 0.43% | - |
| XYZ | 8.76 | 12.56 | 5.21 | - |
| YUV | 91.44 | 105.74 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 109 | 52 | 0.34 | 0 | 0.52 | 0.57 | 98.95 | 0.35 | 0.32 |
| Hex | 48 | 6D | 34 | 22 | 0 | 34 | 39 | 63 | 23 | 20 |
| Octal | 110 | 155 | 64 | 42 | 0 | 64 | 71 | 143 | 43 | 40 |
| Binary | 1001000 | 1101101 | 110100 | 100010 | 0 | 110100 | 111001 | 1100011 | 100011 | 100000 |
Color Harmonies of #486D34
Complementary color
Monochromatic Colors of #486D34
Black with #486D34
Text Example
Text Example
White with #486D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486D34; }
p { color: rgb(72,109,52); }
H1.HeaderClassName
{
color: #486D34;
}
.AnyTagClassName
{
color: #486D34;
}
</style>
background-color css
<style>
a { background-color: #486D34; }
a { background-color: rgb(72,109,52); }
div.DivClassName
{
background-color: #486D34;
}
.BgClassName
{
background-color: #486D34;
}
</style>
border-color css
<style>
span { border-color: #486D34; }
span { border-color: rgb(72,109,52); }
td.TdClassName
{
border-color: #486D34;
}
.TagClassName
{
border-color: #486D34;
}
</style>