Shades of Dell #456324
Tints of Dell #456324
RGB
CMYK
RGB Variations
Color information
#456324 (or 0x456324) is known color: Dell. HEX triplet: 45, 63 and 24. RGB value is (69,99,36). Sum of RGB (Red+Green+Blue) = 69+99+36=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #456324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456324 is #BA9CDB. Grayscale: #535353. Windows color (decimal): -12229852 or 2384709. OLE color: 2384709.
HSL color Cylindrical-coordinate representation of color #456324: hue angle of 88.57º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #456324 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 36 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.61 |
| HSL | 88.57º | 0.47% | 0.26% | - |
| HSV(B) | 88.57º | 0.64% | 0.39% | - |
| XYZ | 7.23 | 10.32 | 3.28 | - |
| YUV | 82.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 36 | 0.30 | 0 | 0.64 | 0.61 | 88.57 | 0.47 | 0.26 |
| Hex | 45 | 63 | 24 | 1E | 0 | 40 | 3D | 59 | 2F | 1A |
| Octal | 105 | 143 | 44 | 36 | 0 | 100 | 75 | 131 | 57 | 32 |
| Binary | 1000101 | 1100011 | 100100 | 11110 | 0 | 1000000 | 111101 | 1011001 | 101111 | 11010 |
Color Harmonies of #456324
Complementary color
Monochromatic Colors of #456324
Black with #456324
Text Example
Text Example
White with #456324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456324; }
p { color: rgb(69,99,36); }
H1.HeaderClassName
{
color: #456324;
}
.AnyTagClassName
{
color: #456324;
}
</style>
background-color css
<style>
a { background-color: #456324; }
a { background-color: rgb(69,99,36); }
div.DivClassName
{
background-color: #456324;
}
.BgClassName
{
background-color: #456324;
}
</style>
border-color css
<style>
span { border-color: #456324; }
span { border-color: rgb(69,99,36); }
td.TdClassName
{
border-color: #456324;
}
.TagClassName
{
border-color: #456324;
}
</style>