Shades of Dell #3F632B
Tints of Dell #3F632B
RGB
CMYK
RGB Variations
Color information
#3F632B (or 0x3F632B) is known color: Dell. HEX triplet: 3F, 63 and 2B. RGB value is (63,99,43). Sum of RGB (Red+Green+Blue) = 63+99+43=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #3F632B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F632B is #C09CD4. Grayscale: #525252. Windows color (decimal): -12623061 or 2843455. OLE color: 2843455.
HSL color Cylindrical-coordinate representation of color #3F632B: hue angle of 98.57º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F632B is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 63 | 99 | 43 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.61 |
| HSL | 98.57º | 0.39% | 0.28% | - |
| HSV(B) | 98.57º | 0.57% | 0.39% | - |
| XYZ | 6.95 | 10.15 | 3.88 | - |
| YUV | 81.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 99 | 43 | 0.36 | 0 | 0.57 | 0.61 | 98.57 | 0.39 | 0.28 |
| Hex | 3F | 63 | 2B | 24 | 0 | 39 | 3D | 63 | 27 | 1C |
| Octal | 77 | 143 | 53 | 44 | 0 | 71 | 75 | 143 | 47 | 34 |
| Binary | 111111 | 1100011 | 101011 | 100100 | 0 | 111001 | 111101 | 1100011 | 100111 | 11100 |
Color Harmonies of #3F632B
Complementary color
Monochromatic Colors of #3F632B
Black with #3F632B
Text Example
Text Example
White with #3F632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F632B; }
p { color: rgb(63,99,43); }
H1.HeaderClassName
{
color: #3F632B;
}
.AnyTagClassName
{
color: #3F632B;
}
</style>
background-color css
<style>
a { background-color: #3F632B; }
a { background-color: rgb(63,99,43); }
div.DivClassName
{
background-color: #3F632B;
}
.BgClassName
{
background-color: #3F632B;
}
</style>
border-color css
<style>
span { border-color: #3F632B; }
span { border-color: rgb(63,99,43); }
td.TdClassName
{
border-color: #3F632B;
}
.TagClassName
{
border-color: #3F632B;
}
</style>