Shades of Dell #456631
Tints of Dell #456631
RGB
CMYK
RGB Variations
Color information
#456631 (or 0x456631) is known color: Dell. HEX triplet: 45, 66 and 31. RGB value is (69,102,49). Sum of RGB (Red+Green+Blue) = 69+102+49=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 102 - color contains mainly: green. Hex color #456631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456631 is #BA99CE. Grayscale: #565656. Windows color (decimal): -12229071 or 3237445. OLE color: 3237445.
HSL color Cylindrical-coordinate representation of color #456631: hue angle of 97.36º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456631 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 49 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.6 |
| HSL | 97.36º | 0.35% | 0.3% | - |
| HSV(B) | 97.36º | 0.52% | 0.4% | - |
| XYZ | 7.76 | 10.99 | 4.62 | - |
| YUV | 86.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 49 | 0.32 | 0 | 0.52 | 0.6 | 97.36 | 0.35 | 0.3 |
| Hex | 45 | 66 | 31 | 20 | 0 | 34 | 3C | 61 | 23 | 1E |
| Octal | 105 | 146 | 61 | 40 | 0 | 64 | 74 | 141 | 43 | 36 |
| Binary | 1000101 | 1100110 | 110001 | 100000 | 0 | 110100 | 111100 | 1100001 | 100011 | 11110 |
Color Harmonies of #456631
Complementary color
Monochromatic Colors of #456631
Black with #456631
Text Example
Text Example
White with #456631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456631; }
p { color: rgb(69,102,49); }
H1.HeaderClassName
{
color: #456631;
}
.AnyTagClassName
{
color: #456631;
}
</style>
background-color css
<style>
a { background-color: #456631; }
a { background-color: rgb(69,102,49); }
div.DivClassName
{
background-color: #456631;
}
.BgClassName
{
background-color: #456631;
}
</style>
border-color css
<style>
span { border-color: #456631; }
span { border-color: rgb(69,102,49); }
td.TdClassName
{
border-color: #456631;
}
.TagClassName
{
border-color: #456631;
}
</style>