Shades of Dell #456B31
Tints of Dell #456B31
RGB
CMYK
RGB Variations
Color information
#456B31 (or 0x456B31) is known color: Dell. HEX triplet: 45, 6B and 31. RGB value is (69,107,49). Sum of RGB (Red+Green+Blue) = 69+107+49=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #456B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456B31 is #BA94CE. Grayscale: #595959. Windows color (decimal): -12227791 or 3238725. OLE color: 3238725.
HSL color Cylindrical-coordinate representation of color #456B31: hue angle of 99.31º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #456B31 is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 107 | 49 | - |
| CMYK | 0.36 | 0 | 0.54 | 0.58 |
| HSL | 99.31º | 0.37% | 0.31% | - |
| HSV(B) | 99.31º | 0.54% | 0.42% | - |
| XYZ | 8.27 | 12 | 4.79 | - |
| YUV | 89.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 49 | 0.36 | 0 | 0.54 | 0.58 | 99.31 | 0.37 | 0.31 |
| Hex | 45 | 6B | 31 | 24 | 0 | 36 | 3A | 63 | 25 | 1F |
| Octal | 105 | 153 | 61 | 44 | 0 | 66 | 72 | 143 | 45 | 37 |
| Binary | 1000101 | 1101011 | 110001 | 100100 | 0 | 110110 | 111010 | 1100011 | 100101 | 11111 |
Color Harmonies of #456B31
Complementary color
Monochromatic Colors of #456B31
Black with #456B31
Text Example
Text Example
White with #456B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456B31; }
p { color: rgb(69,107,49); }
H1.HeaderClassName
{
color: #456B31;
}
.AnyTagClassName
{
color: #456B31;
}
</style>
background-color css
<style>
a { background-color: #456B31; }
a { background-color: rgb(69,107,49); }
div.DivClassName
{
background-color: #456B31;
}
.BgClassName
{
background-color: #456B31;
}
</style>
border-color css
<style>
span { border-color: #456B31; }
span { border-color: rgb(69,107,49); }
td.TdClassName
{
border-color: #456B31;
}
.TagClassName
{
border-color: #456B31;
}
</style>