Shades of Dell #3F682A
Tints of Dell #3F682A
RGB
CMYK
RGB Variations
Color information
#3F682A (or 0x3F682A) is known color: Dell. HEX triplet: 3F, 68 and 2A. RGB value is (63,104,42). Sum of RGB (Red+Green+Blue) = 63+104+42=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #3F682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F682A is #C097D5. Grayscale: #545454. Windows color (decimal): -12621782 or 2779199. OLE color: 2779199.
HSL color Cylindrical-coordinate representation of color #3F682A: hue angle of 99.68º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F682A is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 42 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.59 |
| HSL | 99.68º | 0.42% | 0.29% | - |
| HSV(B) | 99.68º | 0.6% | 0.41% | - |
| XYZ | 7.42 | 11.12 | 3.95 | - |
| YUV | 84.67 | 103.92 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 42 | 0.39 | 0 | 0.60 | 0.59 | 99.68 | 0.42 | 0.29 |
| Hex | 3F | 68 | 2A | 27 | 0 | 3C | 3B | 64 | 2A | 1D |
| Octal | 77 | 150 | 52 | 47 | 0 | 74 | 73 | 144 | 52 | 35 |
| Binary | 111111 | 1101000 | 101010 | 100111 | 0 | 111100 | 111011 | 1100100 | 101010 | 11101 |
Color Harmonies of #3F682A
Complementary color
Monochromatic Colors of #3F682A
Black with #3F682A
Text Example
Text Example
White with #3F682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F682A; }
p { color: rgb(63,104,42); }
H1.HeaderClassName
{
color: #3F682A;
}
.AnyTagClassName
{
color: #3F682A;
}
</style>
background-color css
<style>
a { background-color: #3F682A; }
a { background-color: rgb(63,104,42); }
div.DivClassName
{
background-color: #3F682A;
}
.BgClassName
{
background-color: #3F682A;
}
</style>
border-color css
<style>
span { border-color: #3F682A; }
span { border-color: rgb(63,104,42); }
td.TdClassName
{
border-color: #3F682A;
}
.TagClassName
{
border-color: #3F682A;
}
</style>