Shades of Dell #3C6515
Tints of Dell #3C6515
RGB
CMYK
RGB Variations
Color information
#3C6515 (or 0x3C6515) is known color: Dell. HEX triplet: 3C, 65 and 15. RGB value is (60,101,21). Sum of RGB (Red+Green+Blue) = 60+101+21=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #3C6515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6515 is #C39AEA. Grayscale: #4F4F4F. Windows color (decimal): -12819179 or 1402172. OLE color: 1402172.
HSL color Cylindrical-coordinate representation of color #3C6515: hue angle of 90.75º 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 #3C6515 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 101 | 21 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.60 |
| HSL | 90.75º | 0.66% | 0.24% | - |
| HSV(B) | 90.75º | 0.79% | 0.4% | - |
| XYZ | 6.65 | 10.32 | 2.35 | - |
| YUV | 79.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 21 | 0.41 | 0 | 0.79 | 0.60 | 90.75 | 0.66 | 0.24 |
| Hex | 3C | 65 | 15 | 29 | 0 | 4F | 3C | 5B | 42 | 18 |
| Octal | 74 | 145 | 25 | 51 | 0 | 117 | 74 | 133 | 102 | 30 |
| Binary | 111100 | 1100101 | 10101 | 101001 | 0 | 1001111 | 111100 | 1011011 | 1000010 | 11000 |
Color Harmonies of #3C6515
Complementary color
Monochromatic Colors of #3C6515
Black with #3C6515
Text Example
Text Example
White with #3C6515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6515; }
p { color: rgb(60,101,21); }
H1.HeaderClassName
{
color: #3C6515;
}
.AnyTagClassName
{
color: #3C6515;
}
</style>
background-color css
<style>
a { background-color: #3C6515; }
a { background-color: rgb(60,101,21); }
div.DivClassName
{
background-color: #3C6515;
}
.BgClassName
{
background-color: #3C6515;
}
</style>
border-color css
<style>
span { border-color: #3C6515; }
span { border-color: rgb(60,101,21); }
td.TdClassName
{
border-color: #3C6515;
}
.TagClassName
{
border-color: #3C6515;
}
</style>