Shades of Dell #45712B
Tints of Dell #45712B
RGB
CMYK
RGB Variations
Color information
#45712B (or 0x45712B) is known color: Dell. HEX triplet: 45, 71 and 2B. RGB value is (69,113,43). Sum of RGB (Red+Green+Blue) = 69+113+43=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #45712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45712B is #BA8ED4. Grayscale: #5C5C5C. Windows color (decimal): -12226261 or 2847045. OLE color: 2847045.
HSL color Cylindrical-coordinate representation of color #45712B: hue angle of 97.71º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45712B is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 113 | 43 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.56 |
| HSL | 97.71º | 0.45% | 0.31% | - |
| HSV(B) | 97.71º | 0.62% | 0.44% | - |
| XYZ | 8.8 | 13.25 | 4.38 | - |
| YUV | 91.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 113 | 43 | 0.39 | 0 | 0.62 | 0.56 | 97.71 | 0.45 | 0.31 |
| Hex | 45 | 71 | 2B | 27 | 0 | 3E | 38 | 62 | 2D | 1F |
| Octal | 105 | 161 | 53 | 47 | 0 | 76 | 70 | 142 | 55 | 37 |
| Binary | 1000101 | 1110001 | 101011 | 100111 | 0 | 111110 | 111000 | 1100010 | 101101 | 11111 |
Color Harmonies of #45712B
Complementary color
Monochromatic Colors of #45712B
Black with #45712B
Text Example
Text Example
White with #45712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45712B; }
p { color: rgb(69,113,43); }
H1.HeaderClassName
{
color: #45712B;
}
.AnyTagClassName
{
color: #45712B;
}
</style>
background-color css
<style>
a { background-color: #45712B; }
a { background-color: rgb(69,113,43); }
div.DivClassName
{
background-color: #45712B;
}
.BgClassName
{
background-color: #45712B;
}
</style>
border-color css
<style>
span { border-color: #45712B; }
span { border-color: rgb(69,113,43); }
td.TdClassName
{
border-color: #45712B;
}
.TagClassName
{
border-color: #45712B;
}
</style>