Shades of Dell #45711F
Tints of Dell #45711F
RGB
CMYK
RGB Variations
Color information
#45711F (or 0x45711F) is known color: Dell. HEX triplet: 45, 71 and 1F. RGB value is (69,113,31). Sum of RGB (Red+Green+Blue) = 69+113+31=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #45711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45711F is #BA8EE0. Grayscale: #5A5A5A. Windows color (decimal): -12226273 or 2060613. OLE color: 2060613.
HSL color Cylindrical-coordinate representation of color #45711F: hue angle of 92.2º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45711F is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 113 | 31 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.56 |
| HSL | 92.2º | 0.57% | 0.28% | - |
| HSV(B) | 92.2º | 0.73% | 0.44% | - |
| XYZ | 8.61 | 13.17 | 3.39 | - |
| YUV | 90.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 113 | 31 | 0.39 | 0 | 0.73 | 0.56 | 92.2 | 0.57 | 0.28 |
| Hex | 45 | 71 | 1F | 27 | 0 | 49 | 38 | 5C | 39 | 1C |
| Octal | 105 | 161 | 37 | 47 | 0 | 111 | 70 | 134 | 71 | 34 |
| Binary | 1000101 | 1110001 | 11111 | 100111 | 0 | 1001001 | 111000 | 1011100 | 111001 | 11100 |
Color Harmonies of #45711F
Complementary color
Monochromatic Colors of #45711F
Black with #45711F
Text Example
Text Example
White with #45711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45711F; }
p { color: rgb(69,113,31); }
H1.HeaderClassName
{
color: #45711F;
}
.AnyTagClassName
{
color: #45711F;
}
</style>
background-color css
<style>
a { background-color: #45711F; }
a { background-color: rgb(69,113,31); }
div.DivClassName
{
background-color: #45711F;
}
.BgClassName
{
background-color: #45711F;
}
</style>
border-color css
<style>
span { border-color: #45711F; }
span { border-color: rgb(69,113,31); }
td.TdClassName
{
border-color: #45711F;
}
.TagClassName
{
border-color: #45711F;
}
</style>