Shades of Dell #486F34
Tints of Dell #486F34
RGB
CMYK
RGB Variations
Color information
#486F34 (or 0x486F34) is known color: Dell. HEX triplet: 48, 6F and 34. RGB value is (72,111,52). Sum of RGB (Red+Green+Blue) = 72+111+52=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #486F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F34 is #B790CB. Grayscale: #5C5C5C. Windows color (decimal): -12030156 or 3436360. OLE color: 3436360.
HSL color Cylindrical-coordinate representation of color #486F34: hue angle of 99.66º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #486F34 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 52 | - |
| CMYK | 0.35 | 0 | 0.53 | 0.56 |
| HSL | 99.66º | 0.36% | 0.32% | - |
| HSV(B) | 99.66º | 0.53% | 0.44% | - |
| XYZ | 8.98 | 12.99 | 5.28 | - |
| YUV | 92.61 | 105.08 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 52 | 0.35 | 0 | 0.53 | 0.56 | 99.66 | 0.36 | 0.32 |
| Hex | 48 | 6F | 34 | 23 | 0 | 35 | 38 | 64 | 24 | 20 |
| Octal | 110 | 157 | 64 | 43 | 0 | 65 | 70 | 144 | 44 | 40 |
| Binary | 1001000 | 1101111 | 110100 | 100011 | 0 | 110101 | 111000 | 1100100 | 100100 | 100000 |
Color Harmonies of #486F34
Complementary color
Monochromatic Colors of #486F34
Black with #486F34
Text Example
Text Example
White with #486F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F34; }
p { color: rgb(72,111,52); }
H1.HeaderClassName
{
color: #486F34;
}
.AnyTagClassName
{
color: #486F34;
}
</style>
background-color css
<style>
a { background-color: #486F34; }
a { background-color: rgb(72,111,52); }
div.DivClassName
{
background-color: #486F34;
}
.BgClassName
{
background-color: #486F34;
}
</style>
border-color css
<style>
span { border-color: #486F34; }
span { border-color: rgb(72,111,52); }
td.TdClassName
{
border-color: #486F34;
}
.TagClassName
{
border-color: #486F34;
}
</style>