Shades of Dell #456132
Tints of Dell #456132
RGB
CMYK
RGB Variations
Color information
#456132 (or 0x456132) is known color: Dell. HEX triplet: 45, 61 and 32. RGB value is (69,97,50). Sum of RGB (Red+Green+Blue) = 69+97+50=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #456132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456132 is #BA9ECD. Grayscale: #535353. Windows color (decimal): -12230350 or 3301701. OLE color: 3301701.
HSL color Cylindrical-coordinate representation of color #456132: hue angle of 95.74º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #456132 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 50 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.62 |
| HSL | 95.74º | 0.32% | 0.29% | - |
| HSV(B) | 95.74º | 0.48% | 0.38% | - |
| XYZ | 7.3 | 10.04 | 4.57 | - |
| YUV | 83.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 50 | 0.29 | 0 | 0.48 | 0.62 | 95.74 | 0.32 | 0.29 |
| Hex | 45 | 61 | 32 | 1D | 0 | 30 | 3E | 60 | 20 | 1D |
| Octal | 105 | 141 | 62 | 35 | 0 | 60 | 76 | 140 | 40 | 35 |
| Binary | 1000101 | 1100001 | 110010 | 11101 | 0 | 110000 | 111110 | 1100000 | 100000 | 11101 |
Color Harmonies of #456132
Complementary color
Monochromatic Colors of #456132
Black with #456132
Text Example
Text Example
White with #456132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456132; }
p { color: rgb(69,97,50); }
H1.HeaderClassName
{
color: #456132;
}
.AnyTagClassName
{
color: #456132;
}
</style>
background-color css
<style>
a { background-color: #456132; }
a { background-color: rgb(69,97,50); }
div.DivClassName
{
background-color: #456132;
}
.BgClassName
{
background-color: #456132;
}
</style>
border-color css
<style>
span { border-color: #456132; }
span { border-color: rgb(69,97,50); }
td.TdClassName
{
border-color: #456132;
}
.TagClassName
{
border-color: #456132;
}
</style>