Shades of Dell #456828
Tints of Dell #456828
RGB
CMYK
RGB Variations
Color information
#456828 (or 0x456828) is known color: Dell. HEX triplet: 45, 68 and 28. RGB value is (69,104,40). Sum of RGB (Red+Green+Blue) = 69+104+40=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #456828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456828 is #BA97D7. Grayscale: #565656. Windows color (decimal): -12228568 or 2648133. OLE color: 2648133.
HSL color Cylindrical-coordinate representation of color #456828: hue angle of 92.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #456828 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 40 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.59 |
| HSL | 92.81º | 0.44% | 0.28% | - |
| HSV(B) | 92.81º | 0.62% | 0.41% | - |
| XYZ | 7.79 | 11.32 | 3.78 | - |
| YUV | 86.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 40 | 0.34 | 0 | 0.62 | 0.59 | 92.81 | 0.44 | 0.28 |
| Hex | 45 | 68 | 28 | 22 | 0 | 3E | 3B | 5D | 2C | 1C |
| Octal | 105 | 150 | 50 | 42 | 0 | 76 | 73 | 135 | 54 | 34 |
| Binary | 1000101 | 1101000 | 101000 | 100010 | 0 | 111110 | 111011 | 1011101 | 101100 | 11100 |
Color Harmonies of #456828
Complementary color
Monochromatic Colors of #456828
Black with #456828
Text Example
Text Example
White with #456828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456828; }
p { color: rgb(69,104,40); }
H1.HeaderClassName
{
color: #456828;
}
.AnyTagClassName
{
color: #456828;
}
</style>
background-color css
<style>
a { background-color: #456828; }
a { background-color: rgb(69,104,40); }
div.DivClassName
{
background-color: #456828;
}
.BgClassName
{
background-color: #456828;
}
</style>
border-color css
<style>
span { border-color: #456828; }
span { border-color: rgb(69,104,40); }
td.TdClassName
{
border-color: #456828;
}
.TagClassName
{
border-color: #456828;
}
</style>