Shades of Dell #3F621E
Tints of Dell #3F621E
RGB
CMYK
RGB Variations
Color information
#3F621E (or 0x3F621E) is known color: Dell. HEX triplet: 3F, 62 and 1E. RGB value is (63,98,30). Sum of RGB (Red+Green+Blue) = 63+98+30=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #3F621E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F621E is #C09DE1. Grayscale: #505050. Windows color (decimal): -12623330 or 1991231. OLE color: 1991231.
HSL color Cylindrical-coordinate representation of color #3F621E: hue angle of 90.88º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F621E is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 30 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.62 |
| HSL | 90.88º | 0.53% | 0.25% | - |
| HSV(B) | 90.88º | 0.69% | 0.38% | - |
| XYZ | 6.65 | 9.89 | 2.79 | - |
| YUV | 79.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 30 | 0.36 | 0 | 0.69 | 0.62 | 90.88 | 0.53 | 0.25 |
| Hex | 3F | 62 | 1E | 24 | 0 | 45 | 3E | 5B | 35 | 19 |
| Octal | 77 | 142 | 36 | 44 | 0 | 105 | 76 | 133 | 65 | 31 |
| Binary | 111111 | 1100010 | 11110 | 100100 | 0 | 1000101 | 111110 | 1011011 | 110101 | 11001 |
Color Harmonies of #3F621E
Complementary color
Monochromatic Colors of #3F621E
Black with #3F621E
Text Example
Text Example
White with #3F621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F621E; }
p { color: rgb(63,98,30); }
H1.HeaderClassName
{
color: #3F621E;
}
.AnyTagClassName
{
color: #3F621E;
}
</style>
background-color css
<style>
a { background-color: #3F621E; }
a { background-color: rgb(63,98,30); }
div.DivClassName
{
background-color: #3F621E;
}
.BgClassName
{
background-color: #3F621E;
}
</style>
border-color css
<style>
span { border-color: #3F621E; }
span { border-color: rgb(63,98,30); }
td.TdClassName
{
border-color: #3F621E;
}
.TagClassName
{
border-color: #3F621E;
}
</style>