Shades of Dell #456224
Tints of Dell #456224
RGB
CMYK
RGB Variations
Color information
#456224 (or 0x456224) is known color: Dell. HEX triplet: 45, 62 and 24. RGB value is (69,98,36). Sum of RGB (Red+Green+Blue) = 69+98+36=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #456224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456224 is #BA9DDB. Grayscale: #525252. Windows color (decimal): -12230108 or 2384453. OLE color: 2384453.
HSL color Cylindrical-coordinate representation of color #456224: hue angle of 88.06º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #456224 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 36 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.62 |
| HSL | 88.06º | 0.46% | 0.26% | - |
| HSV(B) | 88.06º | 0.63% | 0.38% | - |
| XYZ | 7.14 | 10.13 | 3.25 | - |
| YUV | 82.26 | 101.89 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 36 | 0.30 | 0 | 0.63 | 0.62 | 88.06 | 0.46 | 0.26 |
| Hex | 45 | 62 | 24 | 1E | 0 | 3F | 3E | 58 | 2E | 1A |
| Octal | 105 | 142 | 44 | 36 | 0 | 77 | 76 | 130 | 56 | 32 |
| Binary | 1000101 | 1100010 | 100100 | 11110 | 0 | 111111 | 111110 | 1011000 | 101110 | 11010 |
Color Harmonies of #456224
Complementary color
Monochromatic Colors of #456224
Black with #456224
Text Example
Text Example
White with #456224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456224; }
p { color: rgb(69,98,36); }
H1.HeaderClassName
{
color: #456224;
}
.AnyTagClassName
{
color: #456224;
}
</style>
background-color css
<style>
a { background-color: #456224; }
a { background-color: rgb(69,98,36); }
div.DivClassName
{
background-color: #456224;
}
.BgClassName
{
background-color: #456224;
}
</style>
border-color css
<style>
span { border-color: #456224; }
span { border-color: rgb(69,98,36); }
td.TdClassName
{
border-color: #456224;
}
.TagClassName
{
border-color: #456224;
}
</style>