Shades of Dell #3D6615
Tints of Dell #3D6615
RGB
CMYK
RGB Variations
Color information
#3D6615 (or 0x3D6615) is known color: Dell. HEX triplet: 3D, 66 and 15. RGB value is (61,102,21). Sum of RGB (Red+Green+Blue) = 61+102+21=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6615 is #C299EA. Grayscale: #505050. Windows color (decimal): -12753387 or 1402429. OLE color: 1402429.
HSL color Cylindrical-coordinate representation of color #3D6615: hue angle of 90.37º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D6615 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 102 | 21 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.6 |
| HSL | 90.37º | 0.66% | 0.24% | - |
| HSV(B) | 90.37º | 0.79% | 0.4% | - |
| XYZ | 6.81 | 10.55 | 2.39 | - |
| YUV | 80.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 21 | 0.40 | 0 | 0.79 | 0.6 | 90.37 | 0.66 | 0.24 |
| Hex | 3D | 66 | 15 | 28 | 0 | 4F | 3C | 5A | 42 | 18 |
| Octal | 75 | 146 | 25 | 50 | 0 | 117 | 74 | 132 | 102 | 30 |
| Binary | 111101 | 1100110 | 10101 | 101000 | 0 | 1001111 | 111100 | 1011010 | 1000010 | 11000 |
Color Harmonies of #3D6615
Complementary color
Monochromatic Colors of #3D6615
Black with #3D6615
Text Example
Text Example
White with #3D6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6615; }
p { color: rgb(61,102,21); }
H1.HeaderClassName
{
color: #3D6615;
}
.AnyTagClassName
{
color: #3D6615;
}
</style>
background-color css
<style>
a { background-color: #3D6615; }
a { background-color: rgb(61,102,21); }
div.DivClassName
{
background-color: #3D6615;
}
.BgClassName
{
background-color: #3D6615;
}
</style>
border-color css
<style>
span { border-color: #3D6615; }
span { border-color: rgb(61,102,21); }
td.TdClassName
{
border-color: #3D6615;
}
.TagClassName
{
border-color: #3D6615;
}
</style>