Shades of Dell #425F2B
Tints of Dell #425F2B
RGB
CMYK
RGB Variations
Color information
#425F2B (or 0x425F2B) is known color: Dell. HEX triplet: 42, 5F and 2B. RGB value is (66,95,43). Sum of RGB (Red+Green+Blue) = 66+95+43=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 95 - color contains mainly: green. Hex color #425F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F2B is #BDA0D4. Grayscale: #505050. Windows color (decimal): -12427477 or 2842434. OLE color: 2842434.
HSL color Cylindrical-coordinate representation of color #425F2B: hue angle of 93.46º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425F2B is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 43 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.63 |
| HSL | 93.46º | 0.38% | 0.27% | - |
| HSV(B) | 93.46º | 0.55% | 0.37% | - |
| XYZ | 6.78 | 9.52 | 3.77 | - |
| YUV | 80.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 43 | 0.31 | 0 | 0.55 | 0.63 | 93.46 | 0.38 | 0.27 |
| Hex | 42 | 5F | 2B | 1F | 0 | 37 | 3F | 5D | 26 | 1B |
| Octal | 102 | 137 | 53 | 37 | 0 | 67 | 77 | 135 | 46 | 33 |
| Binary | 1000010 | 1011111 | 101011 | 11111 | 0 | 110111 | 111111 | 1011101 | 100110 | 11011 |
Color Harmonies of #425F2B
Complementary color
Monochromatic Colors of #425F2B
Black with #425F2B
Text Example
Text Example
White with #425F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F2B; }
p { color: rgb(66,95,43); }
H1.HeaderClassName
{
color: #425F2B;
}
.AnyTagClassName
{
color: #425F2B;
}
</style>
background-color css
<style>
a { background-color: #425F2B; }
a { background-color: rgb(66,95,43); }
div.DivClassName
{
background-color: #425F2B;
}
.BgClassName
{
background-color: #425F2B;
}
</style>
border-color css
<style>
span { border-color: #425F2B; }
span { border-color: rgb(66,95,43); }
td.TdClassName
{
border-color: #425F2B;
}
.TagClassName
{
border-color: #425F2B;
}
</style>