Shades of Dell #456733
Tints of Dell #456733
RGB
CMYK
RGB Variations
Color information
#456733 (or 0x456733) is known color: Dell. HEX triplet: 45, 67 and 33. RGB value is (69,103,51). Sum of RGB (Red+Green+Blue) = 69+103+51=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #456733 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456733 is #BA98CC. Grayscale: #575757. Windows color (decimal): -12228813 or 3368773. OLE color: 3368773.
HSL color Cylindrical-coordinate representation of color #456733: hue angle of 99.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #456733 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 51 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.60 |
| HSL | 99.23º | 0.34% | 0.3% | - |
| HSV(B) | 99.23º | 0.5% | 0.4% | - |
| XYZ | 7.9 | 11.2 | 4.88 | - |
| YUV | 86.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 51 | 0.33 | 0 | 0.50 | 0.60 | 99.23 | 0.34 | 0.3 |
| Hex | 45 | 67 | 33 | 21 | 0 | 32 | 3C | 63 | 22 | 1E |
| Octal | 105 | 147 | 63 | 41 | 0 | 62 | 74 | 143 | 42 | 36 |
| Binary | 1000101 | 1100111 | 110011 | 100001 | 0 | 110010 | 111100 | 1100011 | 100010 | 11110 |
Color Harmonies of #456733
Complementary color
Monochromatic Colors of #456733
Black with #456733
Text Example
Text Example
White with #456733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456733; }
p { color: rgb(69,103,51); }
H1.HeaderClassName
{
color: #456733;
}
.AnyTagClassName
{
color: #456733;
}
</style>
background-color css
<style>
a { background-color: #456733; }
a { background-color: rgb(69,103,51); }
div.DivClassName
{
background-color: #456733;
}
.BgClassName
{
background-color: #456733;
}
</style>
border-color css
<style>
span { border-color: #456733; }
span { border-color: rgb(69,103,51); }
td.TdClassName
{
border-color: #456733;
}
.TagClassName
{
border-color: #456733;
}
</style>