Shades of Dell #456333
Tints of Dell #456333
RGB
CMYK
RGB Variations
Color information
#456333 (or 0x456333) is known color: Dell. HEX triplet: 45, 63 and 33. RGB value is (69,99,51). Sum of RGB (Red+Green+Blue) = 69+99+51=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #456333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456333 is #BA9CCC. Grayscale: #545454. Windows color (decimal): -12229837 or 3367749. OLE color: 3367749.
HSL color Cylindrical-coordinate representation of color #456333: hue angle of 97.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456333 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 51 | - |
| CMYK | 0.30 | 0 | 0.48 | 0.61 |
| HSL | 97.5º | 0.32% | 0.29% | - |
| HSV(B) | 97.5º | 0.48% | 0.39% | - |
| XYZ | 7.51 | 10.43 | 4.75 | - |
| YUV | 84.56 | 109.06 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 51 | 0.30 | 0 | 0.48 | 0.61 | 97.5 | 0.32 | 0.29 |
| Hex | 45 | 63 | 33 | 1E | 0 | 30 | 3D | 62 | 20 | 1D |
| Octal | 105 | 143 | 63 | 36 | 0 | 60 | 75 | 142 | 40 | 35 |
| Binary | 1000101 | 1100011 | 110011 | 11110 | 0 | 110000 | 111101 | 1100010 | 100000 | 11101 |
Color Harmonies of #456333
Complementary color
Monochromatic Colors of #456333
Black with #456333
Text Example
Text Example
White with #456333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456333; }
p { color: rgb(69,99,51); }
H1.HeaderClassName
{
color: #456333;
}
.AnyTagClassName
{
color: #456333;
}
</style>
background-color css
<style>
a { background-color: #456333; }
a { background-color: rgb(69,99,51); }
div.DivClassName
{
background-color: #456333;
}
.BgClassName
{
background-color: #456333;
}
</style>
border-color css
<style>
span { border-color: #456333; }
span { border-color: rgb(69,99,51); }
td.TdClassName
{
border-color: #456333;
}
.TagClassName
{
border-color: #456333;
}
</style>