Shades of Dell #456932
Tints of Dell #456932
RGB
CMYK
RGB Variations
Color information
#456932 (or 0x456932) is known color: Dell. HEX triplet: 45, 69 and 32. RGB value is (69,105,50). Sum of RGB (Red+Green+Blue) = 69+105+50=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 105 - color contains mainly: green. Hex color #456932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456932 is #BA96CD. Grayscale: #585858. Windows color (decimal): -12228302 or 3303749. OLE color: 3303749.
HSL color Cylindrical-coordinate representation of color #456932: hue angle of 99.27º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #456932 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 50 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.59 |
| HSL | 99.27º | 0.35% | 0.3% | - |
| HSV(B) | 99.27º | 0.52% | 0.41% | - |
| XYZ | 8.08 | 11.6 | 4.83 | - |
| YUV | 87.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 50 | 0.34 | 0 | 0.52 | 0.59 | 99.27 | 0.35 | 0.3 |
| Hex | 45 | 69 | 32 | 22 | 0 | 34 | 3B | 63 | 23 | 1E |
| Octal | 105 | 151 | 62 | 42 | 0 | 64 | 73 | 143 | 43 | 36 |
| Binary | 1000101 | 1101001 | 110010 | 100010 | 0 | 110100 | 111011 | 1100011 | 100011 | 11110 |
Color Harmonies of #456932
Complementary color
Monochromatic Colors of #456932
Black with #456932
Text Example
Text Example
White with #456932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456932; }
p { color: rgb(69,105,50); }
H1.HeaderClassName
{
color: #456932;
}
.AnyTagClassName
{
color: #456932;
}
</style>
background-color css
<style>
a { background-color: #456932; }
a { background-color: rgb(69,105,50); }
div.DivClassName
{
background-color: #456932;
}
.BgClassName
{
background-color: #456932;
}
</style>
border-color css
<style>
span { border-color: #456932; }
span { border-color: rgb(69,105,50); }
td.TdClassName
{
border-color: #456932;
}
.TagClassName
{
border-color: #456932;
}
</style>