Shades of Dell #456E24
Tints of Dell #456E24
RGB
CMYK
RGB Variations
Color information
#456E24 (or 0x456E24) is known color: Dell. HEX triplet: 45, 6E and 24. RGB value is (69,110,36). Sum of RGB (Red+Green+Blue) = 69+110+36=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #456E24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456E24 is #BA91DB. Grayscale: #595959. Windows color (decimal): -12227036 or 2387525. OLE color: 2387525.
HSL color Cylindrical-coordinate representation of color #456E24: hue angle of 93.24º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456E24 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 110 | 36 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.57 |
| HSL | 93.24º | 0.51% | 0.29% | - |
| HSV(B) | 93.24º | 0.67% | 0.43% | - |
| XYZ | 8.35 | 12.54 | 3.65 | - |
| YUV | 89.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 36 | 0.37 | 0 | 0.67 | 0.57 | 93.24 | 0.51 | 0.29 |
| Hex | 45 | 6E | 24 | 25 | 0 | 43 | 39 | 5D | 33 | 1D |
| Octal | 105 | 156 | 44 | 45 | 0 | 103 | 71 | 135 | 63 | 35 |
| Binary | 1000101 | 1101110 | 100100 | 100101 | 0 | 1000011 | 111001 | 1011101 | 110011 | 11101 |
Color Harmonies of #456E24
Complementary color
Monochromatic Colors of #456E24
Black with #456E24
Text Example
Text Example
White with #456E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456E24; }
p { color: rgb(69,110,36); }
H1.HeaderClassName
{
color: #456E24;
}
.AnyTagClassName
{
color: #456E24;
}
</style>
background-color css
<style>
a { background-color: #456E24; }
a { background-color: rgb(69,110,36); }
div.DivClassName
{
background-color: #456E24;
}
.BgClassName
{
background-color: #456E24;
}
</style>
border-color css
<style>
span { border-color: #456E24; }
span { border-color: rgb(69,110,36); }
td.TdClassName
{
border-color: #456E24;
}
.TagClassName
{
border-color: #456E24;
}
</style>