Shades of Dell #42681E
Tints of Dell #42681E
RGB
CMYK
RGB Variations
Color information
#42681E (or 0x42681E) is known color: Dell. HEX triplet: 42, 68 and 1E. RGB value is (66,104,30). Sum of RGB (Red+Green+Blue) = 66+104+30=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 30 (12.11% from 255 or 15% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #42681E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42681E is #BD97E1. Grayscale: #545454. Windows color (decimal): -12425186 or 1992770. OLE color: 1992770.
HSL color Cylindrical-coordinate representation of color #42681E: hue angle of 90.81º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42681E is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 30 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.59 |
| HSL | 90.81º | 0.55% | 0.26% | - |
| HSV(B) | 90.81º | 0.71% | 0.41% | - |
| XYZ | 7.43 | 11.15 | 2.99 | - |
| YUV | 84.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 30 | 0.37 | 0 | 0.71 | 0.59 | 90.81 | 0.55 | 0.26 |
| Hex | 42 | 68 | 1E | 25 | 0 | 47 | 3B | 5B | 37 | 1A |
| Octal | 102 | 150 | 36 | 45 | 0 | 107 | 73 | 133 | 67 | 32 |
| Binary | 1000010 | 1101000 | 11110 | 100101 | 0 | 1000111 | 111011 | 1011011 | 110111 | 11010 |
Color Harmonies of #42681E
Complementary color
Monochromatic Colors of #42681E
Black with #42681E
Text Example
Text Example
White with #42681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42681E; }
p { color: rgb(66,104,30); }
H1.HeaderClassName
{
color: #42681E;
}
.AnyTagClassName
{
color: #42681E;
}
</style>
background-color css
<style>
a { background-color: #42681E; }
a { background-color: rgb(66,104,30); }
div.DivClassName
{
background-color: #42681E;
}
.BgClassName
{
background-color: #42681E;
}
</style>
border-color css
<style>
span { border-color: #42681E; }
span { border-color: rgb(66,104,30); }
td.TdClassName
{
border-color: #42681E;
}
.TagClassName
{
border-color: #42681E;
}
</style>