Shades of Dell #3C661F
Tints of Dell #3C661F
RGB
CMYK
RGB Variations
Color information
#3C661F (or 0x3C661F) is known color: Dell. HEX triplet: 3C, 66 and 1F. RGB value is (60,102,31). Sum of RGB (Red+Green+Blue) = 60+102+31=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #3C661F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C661F is #C399E0. Grayscale: #515151. Windows color (decimal): -12818913 or 2057788. OLE color: 2057788.
HSL color Cylindrical-coordinate representation of color #3C661F: hue angle of 95.49º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C661F is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 60 | 102 | 31 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.6 |
| HSL | 95.49º | 0.53% | 0.26% | - |
| HSV(B) | 95.49º | 0.7% | 0.4% | - |
| XYZ | 6.86 | 10.56 | 2.97 | - |
| YUV | 81.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 102 | 31 | 0.41 | 0 | 0.70 | 0.6 | 95.49 | 0.53 | 0.26 |
| Hex | 3C | 66 | 1F | 29 | 0 | 46 | 3C | 5F | 35 | 1A |
| Octal | 74 | 146 | 37 | 51 | 0 | 106 | 74 | 137 | 65 | 32 |
| Binary | 111100 | 1100110 | 11111 | 101001 | 0 | 1000110 | 111100 | 1011111 | 110101 | 11010 |
Color Harmonies of #3C661F
Complementary color
Monochromatic Colors of #3C661F
Black with #3C661F
Text Example
Text Example
White with #3C661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C661F; }
p { color: rgb(60,102,31); }
H1.HeaderClassName
{
color: #3C661F;
}
.AnyTagClassName
{
color: #3C661F;
}
</style>
background-color css
<style>
a { background-color: #3C661F; }
a { background-color: rgb(60,102,31); }
div.DivClassName
{
background-color: #3C661F;
}
.BgClassName
{
background-color: #3C661F;
}
</style>
border-color css
<style>
span { border-color: #3C661F; }
span { border-color: rgb(60,102,31); }
td.TdClassName
{
border-color: #3C661F;
}
.TagClassName
{
border-color: #3C661F;
}
</style>