Shades of Dell #456C28
Tints of Dell #456C28
RGB
CMYK
RGB Variations
Color information
#456C28 (or 0x456C28) is known color: Dell. HEX triplet: 45, 6C and 28. RGB value is (69,108,40). Sum of RGB (Red+Green+Blue) = 69+108+40=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #456C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456C28 is #BA93D7. Grayscale: #585858. Windows color (decimal): -12227544 or 2649157. OLE color: 2649157.
HSL color Cylindrical-coordinate representation of color #456C28: hue angle of 94.41º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #456C28 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 40 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.58 |
| HSL | 94.41º | 0.46% | 0.29% | - |
| HSV(B) | 94.41º | 0.63% | 0.42% | - |
| XYZ | 8.2 | 12.14 | 3.92 | - |
| YUV | 88.59 | 100.58 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 40 | 0.36 | 0 | 0.63 | 0.58 | 94.41 | 0.46 | 0.29 |
| Hex | 45 | 6C | 28 | 24 | 0 | 3F | 3A | 5E | 2E | 1D |
| Octal | 105 | 154 | 50 | 44 | 0 | 77 | 72 | 136 | 56 | 35 |
| Binary | 1000101 | 1101100 | 101000 | 100100 | 0 | 111111 | 111010 | 1011110 | 101110 | 11101 |
Color Harmonies of #456C28
Complementary color
Monochromatic Colors of #456C28
Black with #456C28
Text Example
Text Example
White with #456C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C28; }
p { color: rgb(69,108,40); }
H1.HeaderClassName
{
color: #456C28;
}
.AnyTagClassName
{
color: #456C28;
}
</style>
background-color css
<style>
a { background-color: #456C28; }
a { background-color: rgb(69,108,40); }
div.DivClassName
{
background-color: #456C28;
}
.BgClassName
{
background-color: #456C28;
}
</style>
border-color css
<style>
span { border-color: #456C28; }
span { border-color: rgb(69,108,40); }
td.TdClassName
{
border-color: #456C28;
}
.TagClassName
{
border-color: #456C28;
}
</style>