Shades of Dell #45712F
Tints of Dell #45712F
RGB
CMYK
RGB Variations
Color information
#45712F (or 0x45712F) is known color: Dell. HEX triplet: 45, 71 and 2F. RGB value is (69,113,47). Sum of RGB (Red+Green+Blue) = 69+113+47=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #45712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45712F is #BA8ED0. Grayscale: #5C5C5C. Windows color (decimal): -12226257 or 3109189. OLE color: 3109189.
HSL color Cylindrical-coordinate representation of color #45712F: hue angle of 100º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45712F is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 113 | 47 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.56 |
| HSL | 100º | 0.41% | 0.31% | - |
| HSV(B) | 100º | 0.58% | 0.44% | - |
| XYZ | 8.87 | 13.28 | 4.79 | - |
| YUV | 92.32 | 102.42 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 113 | 47 | 0.39 | 0 | 0.58 | 0.56 | 100 | 0.41 | 0.31 |
| Hex | 45 | 71 | 2F | 27 | 0 | 3A | 38 | 64 | 29 | 1F |
| Octal | 105 | 161 | 57 | 47 | 0 | 72 | 70 | 144 | 51 | 37 |
| Binary | 1000101 | 1110001 | 101111 | 100111 | 0 | 111010 | 111000 | 1100100 | 101001 | 11111 |
Color Harmonies of #45712F
Complementary color
Monochromatic Colors of #45712F
Black with #45712F
Text Example
Text Example
White with #45712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45712F; }
p { color: rgb(69,113,47); }
H1.HeaderClassName
{
color: #45712F;
}
.AnyTagClassName
{
color: #45712F;
}
</style>
background-color css
<style>
a { background-color: #45712F; }
a { background-color: rgb(69,113,47); }
div.DivClassName
{
background-color: #45712F;
}
.BgClassName
{
background-color: #45712F;
}
</style>
border-color css
<style>
span { border-color: #45712F; }
span { border-color: rgb(69,113,47); }
td.TdClassName
{
border-color: #45712F;
}
.TagClassName
{
border-color: #45712F;
}
</style>