Shades of Dell #456725
Tints of Dell #456725
RGB
CMYK
RGB Variations
Color information
#456725 (or 0x456725) is known color: Dell. HEX triplet: 45, 67 and 25. RGB value is (69,103,37). Sum of RGB (Red+Green+Blue) = 69+103+37=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #456725 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456725 is #BA98DA. Grayscale: #555555. Windows color (decimal): -12228827 or 2451269. OLE color: 2451269.
HSL color Cylindrical-coordinate representation of color #456725: hue angle of 90.91º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #456725 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 37 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.60 |
| HSL | 90.91º | 0.47% | 0.27% | - |
| HSV(B) | 90.91º | 0.64% | 0.4% | - |
| XYZ | 7.64 | 11.1 | 3.49 | - |
| YUV | 85.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 37 | 0.33 | 0 | 0.64 | 0.60 | 90.91 | 0.47 | 0.27 |
| Hex | 45 | 67 | 25 | 21 | 0 | 40 | 3C | 5B | 2F | 1B |
| Octal | 105 | 147 | 45 | 41 | 0 | 100 | 74 | 133 | 57 | 33 |
| Binary | 1000101 | 1100111 | 100101 | 100001 | 0 | 1000000 | 111100 | 1011011 | 101111 | 11011 |
Color Harmonies of #456725
Complementary color
Monochromatic Colors of #456725
Black with #456725
Text Example
Text Example
White with #456725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456725; }
p { color: rgb(69,103,37); }
H1.HeaderClassName
{
color: #456725;
}
.AnyTagClassName
{
color: #456725;
}
</style>
background-color css
<style>
a { background-color: #456725; }
a { background-color: rgb(69,103,37); }
div.DivClassName
{
background-color: #456725;
}
.BgClassName
{
background-color: #456725;
}
</style>
border-color css
<style>
span { border-color: #456725; }
span { border-color: rgb(69,103,37); }
td.TdClassName
{
border-color: #456725;
}
.TagClassName
{
border-color: #456725;
}
</style>