Shades of Dell #426F25
Tints of Dell #426F25
RGB
CMYK
RGB Variations
Color information
#426F25 (or 0x426F25) is known color: Dell. HEX triplet: 42, 6F and 25. RGB value is (66,111,37). Sum of RGB (Red+Green+Blue) = 66+111+37=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #426F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426F25 is #BD90DA. Grayscale: #595959. Windows color (decimal): -12423387 or 2453314. OLE color: 2453314.
HSL color Cylindrical-coordinate representation of color #426F25: hue angle of 96.49º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426F25 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 111 | 37 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.56 |
| HSL | 96.49º | 0.5% | 0.29% | - |
| HSV(B) | 96.49º | 0.67% | 0.44% | - |
| XYZ | 8.27 | 12.66 | 3.76 | - |
| YUV | 89.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 111 | 37 | 0.41 | 0 | 0.67 | 0.56 | 96.49 | 0.5 | 0.29 |
| Hex | 42 | 6F | 25 | 29 | 0 | 43 | 38 | 60 | 32 | 1D |
| Octal | 102 | 157 | 45 | 51 | 0 | 103 | 70 | 140 | 62 | 35 |
| Binary | 1000010 | 1101111 | 100101 | 101001 | 0 | 1000011 | 111000 | 1100000 | 110010 | 11101 |
Color Harmonies of #426F25
Complementary color
Monochromatic Colors of #426F25
Black with #426F25
Text Example
Text Example
White with #426F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426F25; }
p { color: rgb(66,111,37); }
H1.HeaderClassName
{
color: #426F25;
}
.AnyTagClassName
{
color: #426F25;
}
</style>
background-color css
<style>
a { background-color: #426F25; }
a { background-color: rgb(66,111,37); }
div.DivClassName
{
background-color: #426F25;
}
.BgClassName
{
background-color: #426F25;
}
</style>
border-color css
<style>
span { border-color: #426F25; }
span { border-color: rgb(66,111,37); }
td.TdClassName
{
border-color: #426F25;
}
.TagClassName
{
border-color: #426F25;
}
</style>