Shades of Dell #3F601D
Tints of Dell #3F601D
RGB
CMYK
RGB Variations
Color information
#3F601D (or 0x3F601D) is known color: Dell. HEX triplet: 3F, 60 and 1D. RGB value is (63,96,29). Sum of RGB (Red+Green+Blue) = 63+96+29=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 96 (37.89% from 255 or 51.06% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 96 - color contains mainly: green. Hex color #3F601D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F601D is #C09FE2. Grayscale: #4E4E4E. Windows color (decimal): -12623843 or 1925183. OLE color: 1925183.
HSL color Cylindrical-coordinate representation of color #3F601D: hue angle of 89.55º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F601D is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 96 | 29 | - |
| CMYK | 0.34 | 0 | 0.70 | 0.62 |
| HSL | 89.55º | 0.54% | 0.25% | - |
| HSV(B) | 89.55º | 0.7% | 0.38% | - |
| XYZ | 6.45 | 9.51 | 2.66 | - |
| YUV | 78.5 | 100.07 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 96 | 29 | 0.34 | 0 | 0.70 | 0.62 | 89.55 | 0.54 | 0.25 |
| Hex | 3F | 60 | 1D | 22 | 0 | 46 | 3E | 5A | 36 | 19 |
| Octal | 77 | 140 | 35 | 42 | 0 | 106 | 76 | 132 | 66 | 31 |
| Binary | 111111 | 1100000 | 11101 | 100010 | 0 | 1000110 | 111110 | 1011010 | 110110 | 11001 |
Color Harmonies of #3F601D
Complementary color
Monochromatic Colors of #3F601D
Black with #3F601D
Text Example
Text Example
White with #3F601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F601D; }
p { color: rgb(63,96,29); }
H1.HeaderClassName
{
color: #3F601D;
}
.AnyTagClassName
{
color: #3F601D;
}
</style>
background-color css
<style>
a { background-color: #3F601D; }
a { background-color: rgb(63,96,29); }
div.DivClassName
{
background-color: #3F601D;
}
.BgClassName
{
background-color: #3F601D;
}
</style>
border-color css
<style>
span { border-color: #3F601D; }
span { border-color: rgb(63,96,29); }
td.TdClassName
{
border-color: #3F601D;
}
.TagClassName
{
border-color: #3F601D;
}
</style>