Shades of Dell #425F2E
Tints of Dell #425F2E
RGB
CMYK
RGB Variations
Color information
#425F2E (or 0x425F2E) is known color: Dell. HEX triplet: 42, 5F and 2E. RGB value is (66,95,46). Sum of RGB (Red+Green+Blue) = 66+95+46=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 95 - color contains mainly: green. Hex color #425F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F2E is #BDA0D1. Grayscale: #505050. Windows color (decimal): -12427474 or 3039042. OLE color: 3039042.
HSL color Cylindrical-coordinate representation of color #425F2E: hue angle of 95.51º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #425F2E is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 46 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.63 |
| HSL | 95.51º | 0.35% | 0.28% | - |
| HSV(B) | 95.51º | 0.52% | 0.37% | - |
| XYZ | 6.83 | 9.54 | 4.07 | - |
| YUV | 80.74 | 108.39 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 46 | 0.31 | 0 | 0.52 | 0.63 | 95.51 | 0.35 | 0.28 |
| Hex | 42 | 5F | 2E | 1F | 0 | 34 | 3F | 60 | 23 | 1C |
| Octal | 102 | 137 | 56 | 37 | 0 | 64 | 77 | 140 | 43 | 34 |
| Binary | 1000010 | 1011111 | 101110 | 11111 | 0 | 110100 | 111111 | 1100000 | 100011 | 11100 |
Color Harmonies of #425F2E
Complementary color
Monochromatic Colors of #425F2E
Black with #425F2E
Text Example
Text Example
White with #425F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F2E; }
p { color: rgb(66,95,46); }
H1.HeaderClassName
{
color: #425F2E;
}
.AnyTagClassName
{
color: #425F2E;
}
</style>
background-color css
<style>
a { background-color: #425F2E; }
a { background-color: rgb(66,95,46); }
div.DivClassName
{
background-color: #425F2E;
}
.BgClassName
{
background-color: #425F2E;
}
</style>
border-color css
<style>
span { border-color: #425F2E; }
span { border-color: rgb(66,95,46); }
td.TdClassName
{
border-color: #425F2E;
}
.TagClassName
{
border-color: #425F2E;
}
</style>