Shades of Dell #456F25
Tints of Dell #456F25
RGB
CMYK
RGB Variations
Color information
#456F25 (or 0x456F25) is known color: Dell. HEX triplet: 45, 6F and 25. RGB value is (69,111,37). Sum of RGB (Red+Green+Blue) = 69+111+37=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #456F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456F25 is #BA90DA. Grayscale: #5A5A5A. Windows color (decimal): -12226779 or 2453317. OLE color: 2453317.
HSL color Cylindrical-coordinate representation of color #456F25: hue angle of 94.05º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #456F25 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 111 | 37 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.56 |
| HSL | 94.05º | 0.5% | 0.29% | - |
| HSV(B) | 94.05º | 0.67% | 0.44% | - |
| XYZ | 8.47 | 12.77 | 3.77 | - |
| YUV | 90.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 37 | 0.38 | 0 | 0.67 | 0.56 | 94.05 | 0.5 | 0.29 |
| Hex | 45 | 6F | 25 | 26 | 0 | 43 | 38 | 5E | 32 | 1D |
| Octal | 105 | 157 | 45 | 46 | 0 | 103 | 70 | 136 | 62 | 35 |
| Binary | 1000101 | 1101111 | 100101 | 100110 | 0 | 1000011 | 111000 | 1011110 | 110010 | 11101 |
Color Harmonies of #456F25
Complementary color
Monochromatic Colors of #456F25
Black with #456F25
Text Example
Text Example
White with #456F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F25; }
p { color: rgb(69,111,37); }
H1.HeaderClassName
{
color: #456F25;
}
.AnyTagClassName
{
color: #456F25;
}
</style>
background-color css
<style>
a { background-color: #456F25; }
a { background-color: rgb(69,111,37); }
div.DivClassName
{
background-color: #456F25;
}
.BgClassName
{
background-color: #456F25;
}
</style>
border-color css
<style>
span { border-color: #456F25; }
span { border-color: rgb(69,111,37); }
td.TdClassName
{
border-color: #456F25;
}
.TagClassName
{
border-color: #456F25;
}
</style>