Shades of Dell #3D6517
Tints of Dell #3D6517
RGB
CMYK
RGB Variations
Color information
#3D6517 (or 0x3D6517) is known color: Dell. HEX triplet: 3D, 65 and 17. RGB value is (61,101,23). Sum of RGB (Red+Green+Blue) = 61+101+23=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6517 is #C29AE8. Grayscale: #505050. Windows color (decimal): -12753641 or 1533245. OLE color: 1533245.
HSL color Cylindrical-coordinate representation of color #3D6517: hue angle of 90.77º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D6517 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 23 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.60 |
| HSL | 90.77º | 0.63% | 0.24% | - |
| HSV(B) | 90.77º | 0.77% | 0.4% | - |
| XYZ | 6.73 | 10.36 | 2.46 | - |
| YUV | 80.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 23 | 0.40 | 0 | 0.77 | 0.60 | 90.77 | 0.63 | 0.24 |
| Hex | 3D | 65 | 17 | 28 | 0 | 4D | 3C | 5B | 3F | 18 |
| Octal | 75 | 145 | 27 | 50 | 0 | 115 | 74 | 133 | 77 | 30 |
| Binary | 111101 | 1100101 | 10111 | 101000 | 0 | 1001101 | 111100 | 1011011 | 111111 | 11000 |
Color Harmonies of #3D6517
Complementary color
Monochromatic Colors of #3D6517
Black with #3D6517
Text Example
Text Example
White with #3D6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6517; }
p { color: rgb(61,101,23); }
H1.HeaderClassName
{
color: #3D6517;
}
.AnyTagClassName
{
color: #3D6517;
}
</style>
background-color css
<style>
a { background-color: #3D6517; }
a { background-color: rgb(61,101,23); }
div.DivClassName
{
background-color: #3D6517;
}
.BgClassName
{
background-color: #3D6517;
}
</style>
border-color css
<style>
span { border-color: #3D6517; }
span { border-color: rgb(61,101,23); }
td.TdClassName
{
border-color: #3D6517;
}
.TagClassName
{
border-color: #3D6517;
}
</style>