Shades of Dell #456222
Tints of Dell #456222
RGB
CMYK
RGB Variations
Color information
#456222 (or 0x456222) is known color: Dell. HEX triplet: 45, 62 and 22. RGB value is (69,98,34). Sum of RGB (Red+Green+Blue) = 69+98+34=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #456222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456222 is #BA9DDD. Grayscale: #525252. Windows color (decimal): -12230110 or 2253381. OLE color: 2253381.
HSL color Cylindrical-coordinate representation of color #456222: hue angle of 87.19º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456222 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 34 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.62 |
| HSL | 87.19º | 0.48% | 0.26% | - |
| HSV(B) | 87.19º | 0.65% | 0.38% | - |
| XYZ | 7.11 | 10.12 | 3.09 | - |
| YUV | 82.03 | 100.89 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 34 | 0.30 | 0 | 0.65 | 0.62 | 87.19 | 0.48 | 0.26 |
| Hex | 45 | 62 | 22 | 1E | 0 | 41 | 3E | 57 | 30 | 1A |
| Octal | 105 | 142 | 42 | 36 | 0 | 101 | 76 | 127 | 60 | 32 |
| Binary | 1000101 | 1100010 | 100010 | 11110 | 0 | 1000001 | 111110 | 1010111 | 110000 | 11010 |
Color Harmonies of #456222
Complementary color
Monochromatic Colors of #456222
Black with #456222
Text Example
Text Example
White with #456222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456222; }
p { color: rgb(69,98,34); }
H1.HeaderClassName
{
color: #456222;
}
.AnyTagClassName
{
color: #456222;
}
</style>
background-color css
<style>
a { background-color: #456222; }
a { background-color: rgb(69,98,34); }
div.DivClassName
{
background-color: #456222;
}
.BgClassName
{
background-color: #456222;
}
</style>
border-color css
<style>
span { border-color: #456222; }
span { border-color: rgb(69,98,34); }
td.TdClassName
{
border-color: #456222;
}
.TagClassName
{
border-color: #456222;
}
</style>