Shades of Dell #456931
Tints of Dell #456931
RGB
CMYK
RGB Variations
Color information
#456931 (or 0x456931) is known color: Dell. HEX triplet: 45, 69 and 31. RGB value is (69,105,49). Sum of RGB (Red+Green+Blue) = 69+105+49=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #456931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456931 is #BA96CE. Grayscale: #585858. Windows color (decimal): -12228303 or 3238213. OLE color: 3238213.
HSL color Cylindrical-coordinate representation of color #456931: hue angle of 98.57º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #456931 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 49 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.59 |
| HSL | 98.57º | 0.36% | 0.3% | - |
| HSV(B) | 98.57º | 0.53% | 0.41% | - |
| XYZ | 8.06 | 11.59 | 4.72 | - |
| YUV | 87.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 49 | 0.34 | 0 | 0.53 | 0.59 | 98.57 | 0.36 | 0.3 |
| Hex | 45 | 69 | 31 | 22 | 0 | 35 | 3B | 63 | 24 | 1E |
| Octal | 105 | 151 | 61 | 42 | 0 | 65 | 73 | 143 | 44 | 36 |
| Binary | 1000101 | 1101001 | 110001 | 100010 | 0 | 110101 | 111011 | 1100011 | 100100 | 11110 |
Color Harmonies of #456931
Complementary color
Monochromatic Colors of #456931
Black with #456931
Text Example
Text Example
White with #456931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456931; }
p { color: rgb(69,105,49); }
H1.HeaderClassName
{
color: #456931;
}
.AnyTagClassName
{
color: #456931;
}
</style>
background-color css
<style>
a { background-color: #456931; }
a { background-color: rgb(69,105,49); }
div.DivClassName
{
background-color: #456931;
}
.BgClassName
{
background-color: #456931;
}
</style>
border-color css
<style>
span { border-color: #456931; }
span { border-color: rgb(69,105,49); }
td.TdClassName
{
border-color: #456931;
}
.TagClassName
{
border-color: #456931;
}
</style>