Shades of Dell #456F20
Tints of Dell #456F20
RGB
CMYK
RGB Variations
Color information
#456F20 (or 0x456F20) is known color: Dell. HEX triplet: 45, 6F and 20. RGB value is (69,111,32). Sum of RGB (Red+Green+Blue) = 69+111+32=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #456F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456F20 is #BA90DF. Grayscale: #595959. Windows color (decimal): -12226784 or 2125637. OLE color: 2125637.
HSL color Cylindrical-coordinate representation of color #456F20: hue angle of 91.9º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #456F20 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 32 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.56 |
| HSL | 91.9º | 0.55% | 0.28% | - |
| HSV(B) | 91.9º | 0.71% | 0.44% | - |
| XYZ | 8.4 | 12.74 | 3.38 | - |
| YUV | 89.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 32 | 0.38 | 0 | 0.71 | 0.56 | 91.9 | 0.55 | 0.28 |
| Hex | 45 | 6F | 20 | 26 | 0 | 47 | 38 | 5C | 37 | 1C |
| Octal | 105 | 157 | 40 | 46 | 0 | 107 | 70 | 134 | 67 | 34 |
| Binary | 1000101 | 1101111 | 100000 | 100110 | 0 | 1000111 | 111000 | 1011100 | 110111 | 11100 |
Color Harmonies of #456F20
Complementary color
Monochromatic Colors of #456F20
Black with #456F20
Text Example
Text Example
White with #456F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F20; }
p { color: rgb(69,111,32); }
H1.HeaderClassName
{
color: #456F20;
}
.AnyTagClassName
{
color: #456F20;
}
</style>
background-color css
<style>
a { background-color: #456F20; }
a { background-color: rgb(69,111,32); }
div.DivClassName
{
background-color: #456F20;
}
.BgClassName
{
background-color: #456F20;
}
</style>
border-color css
<style>
span { border-color: #456F20; }
span { border-color: rgb(69,111,32); }
td.TdClassName
{
border-color: #456F20;
}
.TagClassName
{
border-color: #456F20;
}
</style>