Shades of Dell #486C30
Tints of Dell #486C30
RGB
CMYK
RGB Variations
Color information
#486C30 (or 0x486C30) is known color: Dell. HEX triplet: 48, 6C and 30. RGB value is (72,108,48). Sum of RGB (Red+Green+Blue) = 72+108+48=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 108 - color contains mainly: green. Hex color #486C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C30 is #B793CF. Grayscale: #5A5A5A. Windows color (decimal): -12030928 or 3173448. OLE color: 3173448.
HSL color Cylindrical-coordinate representation of color #486C30: hue angle of 96º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #486C30 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 108 | 48 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.58 |
| HSL | 96º | 0.38% | 0.31% | - |
| HSV(B) | 96º | 0.56% | 0.42% | - |
| XYZ | 8.57 | 12.32 | 4.72 | - |
| YUV | 90.4 | 104.07 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 108 | 48 | 0.33 | 0 | 0.56 | 0.58 | 96 | 0.38 | 0.31 |
| Hex | 48 | 6C | 30 | 21 | 0 | 38 | 3A | 60 | 26 | 1F |
| Octal | 110 | 154 | 60 | 41 | 0 | 70 | 72 | 140 | 46 | 37 |
| Binary | 1001000 | 1101100 | 110000 | 100001 | 0 | 111000 | 111010 | 1100000 | 100110 | 11111 |
Color Harmonies of #486C30
Complementary color
Monochromatic Colors of #486C30
Black with #486C30
Text Example
Text Example
White with #486C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486C30; }
p { color: rgb(72,108,48); }
H1.HeaderClassName
{
color: #486C30;
}
.AnyTagClassName
{
color: #486C30;
}
</style>
background-color css
<style>
a { background-color: #486C30; }
a { background-color: rgb(72,108,48); }
div.DivClassName
{
background-color: #486C30;
}
.BgClassName
{
background-color: #486C30;
}
</style>
border-color css
<style>
span { border-color: #486C30; }
span { border-color: rgb(72,108,48); }
td.TdClassName
{
border-color: #486C30;
}
.TagClassName
{
border-color: #486C30;
}
</style>