Shades of Dell #3D6317
Tints of Dell #3D6317
RGB
CMYK
RGB Variations
Color information
#3D6317 (or 0x3D6317) is known color: Dell. HEX triplet: 3D, 63 and 17. RGB value is (61,99,23). Sum of RGB (Red+Green+Blue) = 61+99+23=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6317 is #C29CE8. Grayscale: #4F4F4F. Windows color (decimal): -12754153 or 1532733. OLE color: 1532733.
HSL color Cylindrical-coordinate representation of color #3D6317: hue angle of 90º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D6317 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 99 | 23 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.61 |
| HSL | 90º | 0.62% | 0.24% | - |
| HSV(B) | 90º | 0.77% | 0.39% | - |
| XYZ | 6.54 | 9.98 | 2.39 | - |
| YUV | 78.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 23 | 0.38 | 0 | 0.77 | 0.61 | 90 | 0.62 | 0.24 |
| Hex | 3D | 63 | 17 | 26 | 0 | 4D | 3D | 5A | 3E | 18 |
| Octal | 75 | 143 | 27 | 46 | 0 | 115 | 75 | 132 | 76 | 30 |
| Binary | 111101 | 1100011 | 10111 | 100110 | 0 | 1001101 | 111101 | 1011010 | 111110 | 11000 |
Color Harmonies of #3D6317
Complementary color
Monochromatic Colors of #3D6317
Black with #3D6317
Text Example
Text Example
White with #3D6317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6317; }
p { color: rgb(61,99,23); }
H1.HeaderClassName
{
color: #3D6317;
}
.AnyTagClassName
{
color: #3D6317;
}
</style>
background-color css
<style>
a { background-color: #3D6317; }
a { background-color: rgb(61,99,23); }
div.DivClassName
{
background-color: #3D6317;
}
.BgClassName
{
background-color: #3D6317;
}
</style>
border-color css
<style>
span { border-color: #3D6317; }
span { border-color: rgb(61,99,23); }
td.TdClassName
{
border-color: #3D6317;
}
.TagClassName
{
border-color: #3D6317;
}
</style>