Shades of Dell #45612B
Tints of Dell #45612B
RGB
CMYK
RGB Variations
Color information
#45612B (or 0x45612B) is known color: Dell. HEX triplet: 45, 61 and 2B. RGB value is (69,97,43). Sum of RGB (Red+Green+Blue) = 69+97+43=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #45612B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45612B is #BA9ED4. Grayscale: #525252. Windows color (decimal): -12230357 or 2842949. OLE color: 2842949.
HSL color Cylindrical-coordinate representation of color #45612B: hue angle of 91.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #45612B is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 43 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.62 |
| HSL | 91.11º | 0.39% | 0.27% | - |
| HSV(B) | 91.11º | 0.56% | 0.38% | - |
| XYZ | 7.16 | 9.99 | 3.84 | - |
| YUV | 82.47 | 105.72 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 43 | 0.29 | 0 | 0.56 | 0.62 | 91.11 | 0.39 | 0.27 |
| Hex | 45 | 61 | 2B | 1D | 0 | 38 | 3E | 5B | 27 | 1B |
| Octal | 105 | 141 | 53 | 35 | 0 | 70 | 76 | 133 | 47 | 33 |
| Binary | 1000101 | 1100001 | 101011 | 11101 | 0 | 111000 | 111110 | 1011011 | 100111 | 11011 |
Color Harmonies of #45612B
Complementary color
Monochromatic Colors of #45612B
Black with #45612B
Text Example
Text Example
White with #45612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45612B; }
p { color: rgb(69,97,43); }
H1.HeaderClassName
{
color: #45612B;
}
.AnyTagClassName
{
color: #45612B;
}
</style>
background-color css
<style>
a { background-color: #45612B; }
a { background-color: rgb(69,97,43); }
div.DivClassName
{
background-color: #45612B;
}
.BgClassName
{
background-color: #45612B;
}
</style>
border-color css
<style>
span { border-color: #45612B; }
span { border-color: rgb(69,97,43); }
td.TdClassName
{
border-color: #45612B;
}
.TagClassName
{
border-color: #45612B;
}
</style>