Shades of Dell #456124
Tints of Dell #456124
RGB
CMYK
RGB Variations
Color information
#456124 (or 0x456124) is known color: Dell. HEX triplet: 45, 61 and 24. RGB value is (69,97,36). Sum of RGB (Red+Green+Blue) = 69+97+36=202 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.16% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #456124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456124 is #BA9EDB. Grayscale: #515151. Windows color (decimal): -12230364 or 2384197. OLE color: 2384197.
HSL color Cylindrical-coordinate representation of color #456124: hue angle of 87.54º 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 #456124 is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 36 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.62 |
| HSL | 87.54º | 0.46% | 0.26% | - |
| HSV(B) | 87.54º | 0.63% | 0.38% | - |
| XYZ | 7.05 | 9.94 | 3.22 | - |
| YUV | 81.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 36 | 0.29 | 0 | 0.63 | 0.62 | 87.54 | 0.46 | 0.26 |
| Hex | 45 | 61 | 24 | 1D | 0 | 3F | 3E | 58 | 2E | 1A |
| Octal | 105 | 141 | 44 | 35 | 0 | 77 | 76 | 130 | 56 | 32 |
| Binary | 1000101 | 1100001 | 100100 | 11101 | 0 | 111111 | 111110 | 1011000 | 101110 | 11010 |
Color Harmonies of #456124
Complementary color
Monochromatic Colors of #456124
Black with #456124
Text Example
Text Example
White with #456124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456124; }
p { color: rgb(69,97,36); }
H1.HeaderClassName
{
color: #456124;
}
.AnyTagClassName
{
color: #456124;
}
</style>
background-color css
<style>
a { background-color: #456124; }
a { background-color: rgb(69,97,36); }
div.DivClassName
{
background-color: #456124;
}
.BgClassName
{
background-color: #456124;
}
</style>
border-color css
<style>
span { border-color: #456124; }
span { border-color: rgb(69,97,36); }
td.TdClassName
{
border-color: #456124;
}
.TagClassName
{
border-color: #456124;
}
</style>