Shades of Dell #3F612D
Tints of Dell #3F612D
RGB
CMYK
RGB Variations
Color information
#3F612D (or 0x3F612D) is known color: Dell. HEX triplet: 3F, 61 and 2D. RGB value is (63,97,45). Sum of RGB (Red+Green+Blue) = 63+97+45=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #3F612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F612D is #C09ED2. Grayscale: #515151. Windows color (decimal): -12623571 or 2974015. OLE color: 2974015.
HSL color Cylindrical-coordinate representation of color #3F612D: hue angle of 99.23º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F612D is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 97 | 45 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.62 |
| HSL | 99.23º | 0.37% | 0.28% | - |
| HSV(B) | 99.23º | 0.54% | 0.38% | - |
| XYZ | 6.8 | 9.8 | 4.02 | - |
| YUV | 80.91 | 107.74 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 45 | 0.35 | 0 | 0.54 | 0.62 | 99.23 | 0.37 | 0.28 |
| Hex | 3F | 61 | 2D | 23 | 0 | 36 | 3E | 63 | 25 | 1C |
| Octal | 77 | 141 | 55 | 43 | 0 | 66 | 76 | 143 | 45 | 34 |
| Binary | 111111 | 1100001 | 101101 | 100011 | 0 | 110110 | 111110 | 1100011 | 100101 | 11100 |
Color Harmonies of #3F612D
Complementary color
Monochromatic Colors of #3F612D
Black with #3F612D
Text Example
Text Example
White with #3F612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F612D; }
p { color: rgb(63,97,45); }
H1.HeaderClassName
{
color: #3F612D;
}
.AnyTagClassName
{
color: #3F612D;
}
</style>
background-color css
<style>
a { background-color: #3F612D; }
a { background-color: rgb(63,97,45); }
div.DivClassName
{
background-color: #3F612D;
}
.BgClassName
{
background-color: #3F612D;
}
</style>
border-color css
<style>
span { border-color: #3F612D; }
span { border-color: rgb(63,97,45); }
td.TdClassName
{
border-color: #3F612D;
}
.TagClassName
{
border-color: #3F612D;
}
</style>