Shades of Dell #45731D
Tints of Dell #45731D
RGB
CMYK
RGB Variations
Color information
#45731D (or 0x45731D) is known color: Dell. HEX triplet: 45, 73 and 1D. RGB value is (69,115,29). Sum of RGB (Red+Green+Blue) = 69+115+29=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #45731D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45731D is #BA8CE2. Grayscale: #5B5B5B. Windows color (decimal): -12225763 or 1930053. OLE color: 1930053.
HSL color Cylindrical-coordinate representation of color #45731D: hue angle of 92.09º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45731D is Cyan = 0.4, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 29 | - |
| CMYK | 0.4 | 0 | 0.75 | 0.55 |
| HSL | 92.09º | 0.6% | 0.28% | - |
| HSV(B) | 92.09º | 0.75% | 0.45% | - |
| XYZ | 8.81 | 13.62 | 3.33 | - |
| YUV | 91.44 | 92.76 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 29 | 0.4 | 0 | 0.75 | 0.55 | 92.09 | 0.6 | 0.28 |
| Hex | 45 | 73 | 1D | 28 | 0 | 4B | 37 | 5C | 3C | 1C |
| Octal | 105 | 163 | 35 | 50 | 0 | 113 | 67 | 134 | 74 | 34 |
| Binary | 1000101 | 1110011 | 11101 | 101000 | 0 | 1001011 | 110111 | 1011100 | 111100 | 11100 |
Color Harmonies of #45731D
Complementary color
Monochromatic Colors of #45731D
Black with #45731D
Text Example
Text Example
White with #45731D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45731D; }
p { color: rgb(69,115,29); }
H1.HeaderClassName
{
color: #45731D;
}
.AnyTagClassName
{
color: #45731D;
}
</style>
background-color css
<style>
a { background-color: #45731D; }
a { background-color: rgb(69,115,29); }
div.DivClassName
{
background-color: #45731D;
}
.BgClassName
{
background-color: #45731D;
}
</style>
border-color css
<style>
span { border-color: #45731D; }
span { border-color: rgb(69,115,29); }
td.TdClassName
{
border-color: #45731D;
}
.TagClassName
{
border-color: #45731D;
}
</style>