Shades of Dell #3F6716
Tints of Dell #3F6716
RGB
CMYK
RGB Variations
Color information
#3F6716 (or 0x3F6716) is known color: Dell. HEX triplet: 3F, 67 and 16. RGB value is (63,103,22). Sum of RGB (Red+Green+Blue) = 63+103+22=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6716 is #C098E9. Grayscale: #525252. Windows color (decimal): -12622058 or 1468223. OLE color: 1468223.
HSL color Cylindrical-coordinate representation of color #3F6716: hue angle of 89.63º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F6716 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 22 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.60 |
| HSL | 89.63º | 0.65% | 0.25% | - |
| HSV(B) | 89.63º | 0.79% | 0.4% | - |
| XYZ | 7.04 | 10.82 | 2.48 | - |
| YUV | 81.81 | 94.25 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 22 | 0.39 | 0 | 0.79 | 0.60 | 89.63 | 0.65 | 0.25 |
| Hex | 3F | 67 | 16 | 27 | 0 | 4F | 3C | 5A | 41 | 19 |
| Octal | 77 | 147 | 26 | 47 | 0 | 117 | 74 | 132 | 101 | 31 |
| Binary | 111111 | 1100111 | 10110 | 100111 | 0 | 1001111 | 111100 | 1011010 | 1000001 | 11001 |
Color Harmonies of #3F6716
Complementary color
Monochromatic Colors of #3F6716
Black with #3F6716
Text Example
Text Example
White with #3F6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6716; }
p { color: rgb(63,103,22); }
H1.HeaderClassName
{
color: #3F6716;
}
.AnyTagClassName
{
color: #3F6716;
}
</style>
background-color css
<style>
a { background-color: #3F6716; }
a { background-color: rgb(63,103,22); }
div.DivClassName
{
background-color: #3F6716;
}
.BgClassName
{
background-color: #3F6716;
}
</style>
border-color css
<style>
span { border-color: #3F6716; }
span { border-color: rgb(63,103,22); }
td.TdClassName
{
border-color: #3F6716;
}
.TagClassName
{
border-color: #3F6716;
}
</style>