Shades of Dell #3F6613
Tints of Dell #3F6613
RGB
CMYK
RGB Variations
Color information
#3F6613 (or 0x3F6613) is known color: Dell. HEX triplet: 3F, 66 and 13. RGB value is (63,102,19). Sum of RGB (Red+Green+Blue) = 63+102+19=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6613 is #C099EC. Grayscale: #515151. Windows color (decimal): -12622317 or 1271359. OLE color: 1271359.
HSL color Cylindrical-coordinate representation of color #3F6613: hue angle of 88.19º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F6613 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 19 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.6 |
| HSL | 88.19º | 0.69% | 0.24% | - |
| HSV(B) | 88.19º | 0.81% | 0.4% | - |
| XYZ | 6.92 | 10.61 | 2.3 | - |
| YUV | 80.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 19 | 0.38 | 0 | 0.81 | 0.6 | 88.19 | 0.69 | 0.24 |
| Hex | 3F | 66 | 13 | 26 | 0 | 51 | 3C | 58 | 45 | 18 |
| Octal | 77 | 146 | 23 | 46 | 0 | 121 | 74 | 130 | 105 | 30 |
| Binary | 111111 | 1100110 | 10011 | 100110 | 0 | 1010001 | 111100 | 1011000 | 1000101 | 11000 |
Color Harmonies of #3F6613
Complementary color
Monochromatic Colors of #3F6613
Black with #3F6613
Text Example
Text Example
White with #3F6613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6613; }
p { color: rgb(63,102,19); }
H1.HeaderClassName
{
color: #3F6613;
}
.AnyTagClassName
{
color: #3F6613;
}
</style>
background-color css
<style>
a { background-color: #3F6613; }
a { background-color: rgb(63,102,19); }
div.DivClassName
{
background-color: #3F6613;
}
.BgClassName
{
background-color: #3F6613;
}
</style>
border-color css
<style>
span { border-color: #3F6613; }
span { border-color: rgb(63,102,19); }
td.TdClassName
{
border-color: #3F6613;
}
.TagClassName
{
border-color: #3F6613;
}
</style>