Shades of Dell #3F562F
Tints of Dell #3F562F
RGB
CMYK
RGB Variations
Color information
#3F562F (or 0x3F562F) is known color: Dell. HEX triplet: 3F, 56 and 2F. RGB value is (63,86,47). Sum of RGB (Red+Green+Blue) = 63+86+47=196 (25% of max value = 765). Red value is 63 (25% from 255 or 32.14% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 86 - color contains mainly: green. Hex color #3F562F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F562F is #C0A9D0. Grayscale: #4A4A4A. Windows color (decimal): -12626385 or 3102271. OLE color: 3102271.
HSL color Cylindrical-coordinate representation of color #3F562F: hue angle of 95.38º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F562F is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 47 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.66 |
| HSL | 95.38º | 0.29% | 0.26% | - |
| HSV(B) | 95.38º | 0.45% | 0.34% | - |
| XYZ | 5.89 | 7.92 | 3.91 | - |
| YUV | 74.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 47 | 0.27 | 0 | 0.45 | 0.66 | 95.38 | 0.29 | 0.26 |
| Hex | 3F | 56 | 2F | 1B | 0 | 2D | 42 | 5F | 1D | 1A |
| Octal | 77 | 126 | 57 | 33 | 0 | 55 | 102 | 137 | 35 | 32 |
| Binary | 111111 | 1010110 | 101111 | 11011 | 0 | 101101 | 1000010 | 1011111 | 11101 | 11010 |
Color Harmonies of #3F562F
Complementary color
Monochromatic Colors of #3F562F
Black with #3F562F
Text Example
Text Example
White with #3F562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F562F; }
p { color: rgb(63,86,47); }
H1.HeaderClassName
{
color: #3F562F;
}
.AnyTagClassName
{
color: #3F562F;
}
</style>
background-color css
<style>
a { background-color: #3F562F; }
a { background-color: rgb(63,86,47); }
div.DivClassName
{
background-color: #3F562F;
}
.BgClassName
{
background-color: #3F562F;
}
</style>
border-color css
<style>
span { border-color: #3F562F; }
span { border-color: rgb(63,86,47); }
td.TdClassName
{
border-color: #3F562F;
}
.TagClassName
{
border-color: #3F562F;
}
</style>