Shades of Dell #3F6816
Tints of Dell #3F6816
RGB
CMYK
RGB Variations
Color information
#3F6816 (or 0x3F6816) is known color: Dell. HEX triplet: 3F, 68 and 16. RGB value is (63,104,22). Sum of RGB (Red+Green+Blue) = 63+104+22=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6816 is #C097E9. Grayscale: #525252. Windows color (decimal): -12621802 or 1468479. OLE color: 1468479.
HSL color Cylindrical-coordinate representation of color #3F6816: hue angle of 90º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F6816 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 22 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.59 |
| HSL | 90º | 0.65% | 0.25% | - |
| HSV(B) | 90º | 0.79% | 0.41% | - |
| XYZ | 7.15 | 11.02 | 2.51 | - |
| YUV | 82.39 | 93.92 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 22 | 0.39 | 0 | 0.79 | 0.59 | 90 | 0.65 | 0.25 |
| Hex | 3F | 68 | 16 | 27 | 0 | 4F | 3B | 5A | 41 | 19 |
| Octal | 77 | 150 | 26 | 47 | 0 | 117 | 73 | 132 | 101 | 31 |
| Binary | 111111 | 1101000 | 10110 | 100111 | 0 | 1001111 | 111011 | 1011010 | 1000001 | 11001 |
Color Harmonies of #3F6816
Complementary color
Monochromatic Colors of #3F6816
Black with #3F6816
Text Example
Text Example
White with #3F6816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6816; }
p { color: rgb(63,104,22); }
H1.HeaderClassName
{
color: #3F6816;
}
.AnyTagClassName
{
color: #3F6816;
}
</style>
background-color css
<style>
a { background-color: #3F6816; }
a { background-color: rgb(63,104,22); }
div.DivClassName
{
background-color: #3F6816;
}
.BgClassName
{
background-color: #3F6816;
}
</style>
border-color css
<style>
span { border-color: #3F6816; }
span { border-color: rgb(63,104,22); }
td.TdClassName
{
border-color: #3F6816;
}
.TagClassName
{
border-color: #3F6816;
}
</style>