Shades of Dell #486627
Tints of Dell #486627
RGB
CMYK
RGB Variations
Color information
#486627 (or 0x486627) is known color: Dell. HEX triplet: 48, 66 and 27. RGB value is (72,102,39). Sum of RGB (Red+Green+Blue) = 72+102+39=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #486627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486627 is #B799D8. Grayscale: #565656. Windows color (decimal): -12032473 or 2582088. OLE color: 2582088.
HSL color Cylindrical-coordinate representation of color #486627: hue angle of 88.57º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486627 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 102 | 39 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.6 |
| HSL | 88.57º | 0.45% | 0.28% | - |
| HSV(B) | 88.57º | 0.62% | 0.4% | - |
| XYZ | 7.79 | 11.03 | 3.64 | - |
| YUV | 85.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 39 | 0.29 | 0 | 0.62 | 0.6 | 88.57 | 0.45 | 0.28 |
| Hex | 48 | 66 | 27 | 1D | 0 | 3E | 3C | 59 | 2D | 1C |
| Octal | 110 | 146 | 47 | 35 | 0 | 76 | 74 | 131 | 55 | 34 |
| Binary | 1001000 | 1100110 | 100111 | 11101 | 0 | 111110 | 111100 | 1011001 | 101101 | 11100 |
Color Harmonies of #486627
Complementary color
Monochromatic Colors of #486627
Black with #486627
Text Example
Text Example
White with #486627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486627; }
p { color: rgb(72,102,39); }
H1.HeaderClassName
{
color: #486627;
}
.AnyTagClassName
{
color: #486627;
}
</style>
background-color css
<style>
a { background-color: #486627; }
a { background-color: rgb(72,102,39); }
div.DivClassName
{
background-color: #486627;
}
.BgClassName
{
background-color: #486627;
}
</style>
border-color css
<style>
span { border-color: #486627; }
span { border-color: rgb(72,102,39); }
td.TdClassName
{
border-color: #486627;
}
.TagClassName
{
border-color: #486627;
}
</style>