Shades of Dell #45672F
Tints of Dell #45672F
RGB
CMYK
RGB Variations
Color information
#45672F (or 0x45672F) is known color: Dell. HEX triplet: 45, 67 and 2F. RGB value is (69,103,47). Sum of RGB (Red+Green+Blue) = 69+103+47=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 103 - color contains mainly: green. Hex color #45672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45672F is #BA98D0. Grayscale: #565656. Windows color (decimal): -12228817 or 3106629. OLE color: 3106629.
HSL color Cylindrical-coordinate representation of color #45672F: hue angle of 96.43º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45672F is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 47 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.60 |
| HSL | 96.43º | 0.37% | 0.29% | - |
| HSV(B) | 96.43º | 0.54% | 0.4% | - |
| XYZ | 7.82 | 11.17 | 4.43 | - |
| YUV | 86.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 47 | 0.33 | 0 | 0.54 | 0.60 | 96.43 | 0.37 | 0.29 |
| Hex | 45 | 67 | 2F | 21 | 0 | 36 | 3C | 60 | 25 | 1D |
| Octal | 105 | 147 | 57 | 41 | 0 | 66 | 74 | 140 | 45 | 35 |
| Binary | 1000101 | 1100111 | 101111 | 100001 | 0 | 110110 | 111100 | 1100000 | 100101 | 11101 |
Color Harmonies of #45672F
Complementary color
Monochromatic Colors of #45672F
Black with #45672F
Text Example
Text Example
White with #45672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45672F; }
p { color: rgb(69,103,47); }
H1.HeaderClassName
{
color: #45672F;
}
.AnyTagClassName
{
color: #45672F;
}
</style>
background-color css
<style>
a { background-color: #45672F; }
a { background-color: rgb(69,103,47); }
div.DivClassName
{
background-color: #45672F;
}
.BgClassName
{
background-color: #45672F;
}
</style>
border-color css
<style>
span { border-color: #45672F; }
span { border-color: rgb(69,103,47); }
td.TdClassName
{
border-color: #45672F;
}
.TagClassName
{
border-color: #45672F;
}
</style>