Shades of Dell #3C601F
Tints of Dell #3C601F
RGB
CMYK
RGB Variations
Color information
#3C601F (or 0x3C601F) is known color: Dell. HEX triplet: 3C, 60 and 1F. RGB value is (60,96,31). Sum of RGB (Red+Green+Blue) = 60+96+31=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #3C601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C601F is #C39FE0. Grayscale: #4E4E4E. Windows color (decimal): -12820449 or 2056252. OLE color: 2056252.
HSL color Cylindrical-coordinate representation of color #3C601F: hue angle of 93.23º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C601F is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 96 | 31 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.62 |
| HSL | 93.23º | 0.51% | 0.25% | - |
| HSV(B) | 93.23º | 0.68% | 0.38% | - |
| XYZ | 6.29 | 9.43 | 2.78 | - |
| YUV | 77.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 96 | 31 | 0.38 | 0 | 0.68 | 0.62 | 93.23 | 0.51 | 0.25 |
| Hex | 3C | 60 | 1F | 26 | 0 | 44 | 3E | 5D | 33 | 19 |
| Octal | 74 | 140 | 37 | 46 | 0 | 104 | 76 | 135 | 63 | 31 |
| Binary | 111100 | 1100000 | 11111 | 100110 | 0 | 1000100 | 111110 | 1011101 | 110011 | 11001 |
Color Harmonies of #3C601F
Complementary color
Monochromatic Colors of #3C601F
Black with #3C601F
Text Example
Text Example
White with #3C601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C601F; }
p { color: rgb(60,96,31); }
H1.HeaderClassName
{
color: #3C601F;
}
.AnyTagClassName
{
color: #3C601F;
}
</style>
background-color css
<style>
a { background-color: #3C601F; }
a { background-color: rgb(60,96,31); }
div.DivClassName
{
background-color: #3C601F;
}
.BgClassName
{
background-color: #3C601F;
}
</style>
border-color css
<style>
span { border-color: #3C601F; }
span { border-color: rgb(60,96,31); }
td.TdClassName
{
border-color: #3C601F;
}
.TagClassName
{
border-color: #3C601F;
}
</style>