Shades of Dell #3F6928
Tints of Dell #3F6928
RGB
CMYK
RGB Variations
Color information
#3F6928 (or 0x3F6928) is known color: Dell. HEX triplet: 3F, 69 and 28. RGB value is (63,105,40). Sum of RGB (Red+Green+Blue) = 63+105+40=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6928 is #C096D7. Grayscale: #555555. Windows color (decimal): -12621528 or 2648383. OLE color: 2648383.
HSL color Cylindrical-coordinate representation of color #3F6928: hue angle of 98.77º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F6928 is Cyan = 0.4, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 40 | - |
| CMYK | 0.4 | 0 | 0.62 | 0.59 |
| HSL | 98.77º | 0.45% | 0.28% | - |
| HSV(B) | 98.77º | 0.62% | 0.41% | - |
| XYZ | 7.48 | 11.31 | 3.8 | - |
| YUV | 85.03 | 102.59 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 40 | 0.4 | 0 | 0.62 | 0.59 | 98.77 | 0.45 | 0.28 |
| Hex | 3F | 69 | 28 | 28 | 0 | 3E | 3B | 63 | 2D | 1C |
| Octal | 77 | 151 | 50 | 50 | 0 | 76 | 73 | 143 | 55 | 34 |
| Binary | 111111 | 1101001 | 101000 | 101000 | 0 | 111110 | 111011 | 1100011 | 101101 | 11100 |
Color Harmonies of #3F6928
Complementary color
Monochromatic Colors of #3F6928
Black with #3F6928
Text Example
Text Example
White with #3F6928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6928; }
p { color: rgb(63,105,40); }
H1.HeaderClassName
{
color: #3F6928;
}
.AnyTagClassName
{
color: #3F6928;
}
</style>
background-color css
<style>
a { background-color: #3F6928; }
a { background-color: rgb(63,105,40); }
div.DivClassName
{
background-color: #3F6928;
}
.BgClassName
{
background-color: #3F6928;
}
</style>
border-color css
<style>
span { border-color: #3F6928; }
span { border-color: rgb(63,105,40); }
td.TdClassName
{
border-color: #3F6928;
}
.TagClassName
{
border-color: #3F6928;
}
</style>