Shades of Dell #45682B
Tints of Dell #45682B
RGB
CMYK
RGB Variations
Color information
#45682B (or 0x45682B) is known color: Dell. HEX triplet: 45, 68 and 2B. RGB value is (69,104,43). Sum of RGB (Red+Green+Blue) = 69+104+43=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #45682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45682B is #BA97D4. Grayscale: #565656. Windows color (decimal): -12228565 or 2844741. OLE color: 2844741.
HSL color Cylindrical-coordinate representation of color #45682B: hue angle of 94.43º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45682B is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 43 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.59 |
| HSL | 94.43º | 0.41% | 0.29% | - |
| HSV(B) | 94.43º | 0.59% | 0.41% | - |
| XYZ | 7.84 | 11.34 | 4.06 | - |
| YUV | 86.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 43 | 0.34 | 0 | 0.59 | 0.59 | 94.43 | 0.41 | 0.29 |
| Hex | 45 | 68 | 2B | 22 | 0 | 3B | 3B | 5E | 29 | 1D |
| Octal | 105 | 150 | 53 | 42 | 0 | 73 | 73 | 136 | 51 | 35 |
| Binary | 1000101 | 1101000 | 101011 | 100010 | 0 | 111011 | 111011 | 1011110 | 101001 | 11101 |
Color Harmonies of #45682B
Complementary color
Monochromatic Colors of #45682B
Black with #45682B
Text Example
Text Example
White with #45682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45682B; }
p { color: rgb(69,104,43); }
H1.HeaderClassName
{
color: #45682B;
}
.AnyTagClassName
{
color: #45682B;
}
</style>
background-color css
<style>
a { background-color: #45682B; }
a { background-color: rgb(69,104,43); }
div.DivClassName
{
background-color: #45682B;
}
.BgClassName
{
background-color: #45682B;
}
</style>
border-color css
<style>
span { border-color: #45682B; }
span { border-color: rgb(69,104,43); }
td.TdClassName
{
border-color: #45682B;
}
.TagClassName
{
border-color: #45682B;
}
</style>