Shades of Dell #3F6126
Tints of Dell #3F6126
RGB
CMYK
RGB Variations
Color information
#3F6126 (or 0x3F6126) is known color: Dell. HEX triplet: 3F, 61 and 26. RGB value is (63,97,38). Sum of RGB (Red+Green+Blue) = 63+97+38=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6126 is #C09ED9. Grayscale: #505050. Windows color (decimal): -12623578 or 2515263. OLE color: 2515263.
HSL color Cylindrical-coordinate representation of color #3F6126: hue angle of 94.58º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F6126 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 97 | 38 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.62 |
| HSL | 94.58º | 0.44% | 0.26% | - |
| HSV(B) | 94.58º | 0.61% | 0.38% | - |
| XYZ | 6.67 | 9.75 | 3.36 | - |
| YUV | 80.11 | 104.24 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 38 | 0.35 | 0 | 0.61 | 0.62 | 94.58 | 0.44 | 0.26 |
| Hex | 3F | 61 | 26 | 23 | 0 | 3D | 3E | 5F | 2C | 1A |
| Octal | 77 | 141 | 46 | 43 | 0 | 75 | 76 | 137 | 54 | 32 |
| Binary | 111111 | 1100001 | 100110 | 100011 | 0 | 111101 | 111110 | 1011111 | 101100 | 11010 |
Color Harmonies of #3F6126
Complementary color
Monochromatic Colors of #3F6126
Black with #3F6126
Text Example
Text Example
White with #3F6126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6126; }
p { color: rgb(63,97,38); }
H1.HeaderClassName
{
color: #3F6126;
}
.AnyTagClassName
{
color: #3F6126;
}
</style>
background-color css
<style>
a { background-color: #3F6126; }
a { background-color: rgb(63,97,38); }
div.DivClassName
{
background-color: #3F6126;
}
.BgClassName
{
background-color: #3F6126;
}
</style>
border-color css
<style>
span { border-color: #3F6126; }
span { border-color: rgb(63,97,38); }
td.TdClassName
{
border-color: #3F6126;
}
.TagClassName
{
border-color: #3F6126;
}
</style>