Shades of Dell #486F30
Tints of Dell #486F30
RGB
CMYK
RGB Variations
Color information
#486F30 (or 0x486F30) is known color: Dell. HEX triplet: 48, 6F and 30. RGB value is (72,111,48). Sum of RGB (Red+Green+Blue) = 72+111+48=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #486F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F30 is #B790CF. Grayscale: #5C5C5C. Windows color (decimal): -12030160 or 3174216. OLE color: 3174216.
HSL color Cylindrical-coordinate representation of color #486F30: hue angle of 97.14º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #486F30 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 111 | 48 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.56 |
| HSL | 97.14º | 0.4% | 0.31% | - |
| HSV(B) | 97.14º | 0.57% | 0.44% | - |
| XYZ | 8.89 | 12.96 | 4.83 | - |
| YUV | 92.16 | 103.08 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 48 | 0.35 | 0 | 0.57 | 0.56 | 97.14 | 0.4 | 0.31 |
| Hex | 48 | 6F | 30 | 23 | 0 | 39 | 38 | 61 | 28 | 1F |
| Octal | 110 | 157 | 60 | 43 | 0 | 71 | 70 | 141 | 50 | 37 |
| Binary | 1001000 | 1101111 | 110000 | 100011 | 0 | 111001 | 111000 | 1100001 | 101000 | 11111 |
Color Harmonies of #486F30
Complementary color
Monochromatic Colors of #486F30
Black with #486F30
Text Example
Text Example
White with #486F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486F30; }
p { color: rgb(72,111,48); }
H1.HeaderClassName
{
color: #486F30;
}
.AnyTagClassName
{
color: #486F30;
}
</style>
background-color css
<style>
a { background-color: #486F30; }
a { background-color: rgb(72,111,48); }
div.DivClassName
{
background-color: #486F30;
}
.BgClassName
{
background-color: #486F30;
}
</style>
border-color css
<style>
span { border-color: #486F30; }
span { border-color: rgb(72,111,48); }
td.TdClassName
{
border-color: #486F30;
}
.TagClassName
{
border-color: #486F30;
}
</style>