Shades of Dell #456320
Tints of Dell #456320
RGB
CMYK
RGB Variations
Color information
#456320 (or 0x456320) is known color: Dell. HEX triplet: 45, 63 and 20. RGB value is (69,99,32). Sum of RGB (Red+Green+Blue) = 69+99+32=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #456320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456320 is #BA9CDF. Grayscale: #525252. Windows color (decimal): -12229856 or 2122565. OLE color: 2122565.
HSL color Cylindrical-coordinate representation of color #456320: hue angle of 86.87º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #456320 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 32 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.61 |
| HSL | 86.87º | 0.51% | 0.26% | - |
| HSV(B) | 86.87º | 0.68% | 0.39% | - |
| XYZ | 7.18 | 10.29 | 2.98 | - |
| YUV | 82.39 | 99.56 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 32 | 0.30 | 0 | 0.68 | 0.61 | 86.87 | 0.51 | 0.26 |
| Hex | 45 | 63 | 20 | 1E | 0 | 44 | 3D | 57 | 33 | 1A |
| Octal | 105 | 143 | 40 | 36 | 0 | 104 | 75 | 127 | 63 | 32 |
| Binary | 1000101 | 1100011 | 100000 | 11110 | 0 | 1000100 | 111101 | 1010111 | 110011 | 11010 |
Color Harmonies of #456320
Complementary color
Monochromatic Colors of #456320
Black with #456320
Text Example
Text Example
White with #456320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456320; }
p { color: rgb(69,99,32); }
H1.HeaderClassName
{
color: #456320;
}
.AnyTagClassName
{
color: #456320;
}
</style>
background-color css
<style>
a { background-color: #456320; }
a { background-color: rgb(69,99,32); }
div.DivClassName
{
background-color: #456320;
}
.BgClassName
{
background-color: #456320;
}
</style>
border-color css
<style>
span { border-color: #456320; }
span { border-color: rgb(69,99,32); }
td.TdClassName
{
border-color: #456320;
}
.TagClassName
{
border-color: #456320;
}
</style>