Shades of Dell #42631B
Tints of Dell #42631B
RGB
CMYK
RGB Variations
Color information
#42631B (or 0x42631B) is known color: Dell. HEX triplet: 42, 63 and 1B. RGB value is (66,99,27). Sum of RGB (Red+Green+Blue) = 66+99+27=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #42631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42631B is #BD9CE4. Grayscale: #515151. Windows color (decimal): -12426469 or 1794882. OLE color: 1794882.
HSL color Cylindrical-coordinate representation of color #42631B: hue angle of 87.5º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42631B is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 99 | 27 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.61 |
| HSL | 87.5º | 0.57% | 0.25% | - |
| HSV(B) | 87.5º | 0.73% | 0.39% | - |
| XYZ | 6.91 | 10.16 | 2.63 | - |
| YUV | 80.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 99 | 27 | 0.33 | 0 | 0.73 | 0.61 | 87.5 | 0.57 | 0.25 |
| Hex | 42 | 63 | 1B | 21 | 0 | 49 | 3D | 57 | 39 | 19 |
| Octal | 102 | 143 | 33 | 41 | 0 | 111 | 75 | 127 | 71 | 31 |
| Binary | 1000010 | 1100011 | 11011 | 100001 | 0 | 1001001 | 111101 | 1010111 | 111001 | 11001 |
Color Harmonies of #42631B
Complementary color
Monochromatic Colors of #42631B
Black with #42631B
Text Example
Text Example
White with #42631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42631B; }
p { color: rgb(66,99,27); }
H1.HeaderClassName
{
color: #42631B;
}
.AnyTagClassName
{
color: #42631B;
}
</style>
background-color css
<style>
a { background-color: #42631B; }
a { background-color: rgb(66,99,27); }
div.DivClassName
{
background-color: #42631B;
}
.BgClassName
{
background-color: #42631B;
}
</style>
border-color css
<style>
span { border-color: #42631B; }
span { border-color: rgb(66,99,27); }
td.TdClassName
{
border-color: #42631B;
}
.TagClassName
{
border-color: #42631B;
}
</style>