Shades of Dell #42672C
Tints of Dell #42672C
RGB
CMYK
RGB Variations
Color information
#42672C (or 0x42672C) is known color: Dell. HEX triplet: 42, 67 and 2C. RGB value is (66,103,44). Sum of RGB (Red+Green+Blue) = 66+103+44=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 103 (40.62% from 255 or 48.36% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 103 - color contains mainly: green. Hex color #42672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42672C is #BD98D3. Grayscale: #555555. Windows color (decimal): -12425428 or 2910018. OLE color: 2910018.
HSL color Cylindrical-coordinate representation of color #42672C: hue angle of 97.63º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42672C is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 103 | 44 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.60 |
| HSL | 97.63º | 0.4% | 0.29% | - |
| HSV(B) | 97.63º | 0.57% | 0.4% | - |
| XYZ | 7.55 | 11.04 | 4.12 | - |
| YUV | 85.21 | 104.74 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 103 | 44 | 0.36 | 0 | 0.57 | 0.60 | 97.63 | 0.4 | 0.29 |
| Hex | 42 | 67 | 2C | 24 | 0 | 39 | 3C | 62 | 28 | 1D |
| Octal | 102 | 147 | 54 | 44 | 0 | 71 | 74 | 142 | 50 | 35 |
| Binary | 1000010 | 1100111 | 101100 | 100100 | 0 | 111001 | 111100 | 1100010 | 101000 | 11101 |
Color Harmonies of #42672C
Complementary color
Monochromatic Colors of #42672C
Black with #42672C
Text Example
Text Example
White with #42672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42672C; }
p { color: rgb(66,103,44); }
H1.HeaderClassName
{
color: #42672C;
}
.AnyTagClassName
{
color: #42672C;
}
</style>
background-color css
<style>
a { background-color: #42672C; }
a { background-color: rgb(66,103,44); }
div.DivClassName
{
background-color: #42672C;
}
.BgClassName
{
background-color: #42672C;
}
</style>
border-color css
<style>
span { border-color: #42672C; }
span { border-color: rgb(66,103,44); }
td.TdClassName
{
border-color: #42672C;
}
.TagClassName
{
border-color: #42672C;
}
</style>