Shades of Dell #456C2A
Tints of Dell #456C2A
RGB
CMYK
RGB Variations
Color information
#456C2A (or 0x456C2A) is known color: Dell. HEX triplet: 45, 6C and 2A. RGB value is (69,108,42). Sum of RGB (Red+Green+Blue) = 69+108+42=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #456C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456C2A is #BA93D5. Grayscale: #595959. Windows color (decimal): -12227542 or 2780229. OLE color: 2780229.
HSL color Cylindrical-coordinate representation of color #456C2A: hue angle of 95.45º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #456C2A is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 108 | 42 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.58 |
| HSL | 95.45º | 0.44% | 0.29% | - |
| HSV(B) | 95.45º | 0.61% | 0.42% | - |
| XYZ | 8.23 | 12.16 | 4.1 | - |
| YUV | 88.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 42 | 0.36 | 0 | 0.61 | 0.58 | 95.45 | 0.44 | 0.29 |
| Hex | 45 | 6C | 2A | 24 | 0 | 3D | 3A | 5F | 2C | 1D |
| Octal | 105 | 154 | 52 | 44 | 0 | 75 | 72 | 137 | 54 | 35 |
| Binary | 1000101 | 1101100 | 101010 | 100100 | 0 | 111101 | 111010 | 1011111 | 101100 | 11101 |
Color Harmonies of #456C2A
Complementary color
Monochromatic Colors of #456C2A
Black with #456C2A
Text Example
Text Example
White with #456C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456C2A; }
p { color: rgb(69,108,42); }
H1.HeaderClassName
{
color: #456C2A;
}
.AnyTagClassName
{
color: #456C2A;
}
</style>
background-color css
<style>
a { background-color: #456C2A; }
a { background-color: rgb(69,108,42); }
div.DivClassName
{
background-color: #456C2A;
}
.BgClassName
{
background-color: #456C2A;
}
</style>
border-color css
<style>
span { border-color: #456C2A; }
span { border-color: rgb(69,108,42); }
td.TdClassName
{
border-color: #456C2A;
}
.TagClassName
{
border-color: #456C2A;
}
</style>