Shades of Dell #456E2F
Tints of Dell #456E2F
RGB
CMYK
RGB Variations
Color information
#456E2F (or 0x456E2F) is known color: Dell. HEX triplet: 45, 6E and 2F. RGB value is (69,110,47). Sum of RGB (Red+Green+Blue) = 69+110+47=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #456E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456E2F is #BA91D0. Grayscale: #5A5A5A. Windows color (decimal): -12227025 or 3108421. OLE color: 3108421.
HSL color Cylindrical-coordinate representation of color #456E2F: hue angle of 99.05º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #456E2F is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 110 | 47 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.57 |
| HSL | 99.05º | 0.4% | 0.31% | - |
| HSV(B) | 99.05º | 0.57% | 0.43% | - |
| XYZ | 8.54 | 12.62 | 4.68 | - |
| YUV | 90.56 | 103.42 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 110 | 47 | 0.37 | 0 | 0.57 | 0.57 | 99.05 | 0.4 | 0.31 |
| Hex | 45 | 6E | 2F | 25 | 0 | 39 | 39 | 63 | 28 | 1F |
| Octal | 105 | 156 | 57 | 45 | 0 | 71 | 71 | 143 | 50 | 37 |
| Binary | 1000101 | 1101110 | 101111 | 100101 | 0 | 111001 | 111001 | 1100011 | 101000 | 11111 |
Color Harmonies of #456E2F
Complementary color
Monochromatic Colors of #456E2F
Black with #456E2F
Text Example
Text Example
White with #456E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456E2F; }
p { color: rgb(69,110,47); }
H1.HeaderClassName
{
color: #456E2F;
}
.AnyTagClassName
{
color: #456E2F;
}
</style>
background-color css
<style>
a { background-color: #456E2F; }
a { background-color: rgb(69,110,47); }
div.DivClassName
{
background-color: #456E2F;
}
.BgClassName
{
background-color: #456E2F;
}
</style>
border-color css
<style>
span { border-color: #456E2F; }
span { border-color: rgb(69,110,47); }
td.TdClassName
{
border-color: #456E2F;
}
.TagClassName
{
border-color: #456E2F;
}
</style>