Shades of Dell #3F681C
Tints of Dell #3F681C
RGB
CMYK
RGB Variations
Color information
#3F681C (or 0x3F681C) is known color: Dell. HEX triplet: 3F, 68 and 1C. RGB value is (63,104,28). Sum of RGB (Red+Green+Blue) = 63+104+28=195 (25% of max value = 765). Red value is 63 (25% from 255 or 32.31% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #3F681C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F681C is #C097E3. Grayscale: #535353. Windows color (decimal): -12621796 or 1861695. OLE color: 1861695.
HSL color Cylindrical-coordinate representation of color #3F681C: hue angle of 92.37º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F681C is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 28 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.59 |
| HSL | 92.37º | 0.58% | 0.26% | - |
| HSV(B) | 92.37º | 0.73% | 0.41% | - |
| XYZ | 7.21 | 11.04 | 2.85 | - |
| YUV | 83.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 28 | 0.39 | 0 | 0.73 | 0.59 | 92.37 | 0.58 | 0.26 |
| Hex | 3F | 68 | 1C | 27 | 0 | 49 | 3B | 5C | 3A | 1A |
| Octal | 77 | 150 | 34 | 47 | 0 | 111 | 73 | 134 | 72 | 32 |
| Binary | 111111 | 1101000 | 11100 | 100111 | 0 | 1001001 | 111011 | 1011100 | 111010 | 11010 |
Color Harmonies of #3F681C
Complementary color
Monochromatic Colors of #3F681C
Black with #3F681C
Text Example
Text Example
White with #3F681C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F681C; }
p { color: rgb(63,104,28); }
H1.HeaderClassName
{
color: #3F681C;
}
.AnyTagClassName
{
color: #3F681C;
}
</style>
background-color css
<style>
a { background-color: #3F681C; }
a { background-color: rgb(63,104,28); }
div.DivClassName
{
background-color: #3F681C;
}
.BgClassName
{
background-color: #3F681C;
}
</style>
border-color css
<style>
span { border-color: #3F681C; }
span { border-color: rgb(63,104,28); }
td.TdClassName
{
border-color: #3F681C;
}
.TagClassName
{
border-color: #3F681C;
}
</style>