Shades of Dell #3C6512
Tints of Dell #3C6512
RGB
CMYK
RGB Variations
Color information
#3C6512 (or 0x3C6512) is known color: Dell. HEX triplet: 3C, 65 and 12. RGB value is (60,101,18). Sum of RGB (Red+Green+Blue) = 60+101+18=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #3C6512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6512 is #C39AED. Grayscale: #4F4F4F. Windows color (decimal): -12819182 or 1205564. OLE color: 1205564.
HSL color Cylindrical-coordinate representation of color #3C6512: hue angle of 89.64º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C6512 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 101 | 18 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.60 |
| HSL | 89.64º | 0.7% | 0.23% | - |
| HSV(B) | 89.64º | 0.82% | 0.4% | - |
| XYZ | 6.63 | 10.31 | 2.21 | - |
| YUV | 79.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 101 | 18 | 0.41 | 0 | 0.82 | 0.60 | 89.64 | 0.7 | 0.23 |
| Hex | 3C | 65 | 12 | 29 | 0 | 52 | 3C | 5A | 46 | 17 |
| Octal | 74 | 145 | 22 | 51 | 0 | 122 | 74 | 132 | 106 | 27 |
| Binary | 111100 | 1100101 | 10010 | 101001 | 0 | 1010010 | 111100 | 1011010 | 1000110 | 10111 |
Color Harmonies of #3C6512
Complementary color
Monochromatic Colors of #3C6512
Black with #3C6512
Text Example
Text Example
White with #3C6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6512; }
p { color: rgb(60,101,18); }
H1.HeaderClassName
{
color: #3C6512;
}
.AnyTagClassName
{
color: #3C6512;
}
</style>
background-color css
<style>
a { background-color: #3C6512; }
a { background-color: rgb(60,101,18); }
div.DivClassName
{
background-color: #3C6512;
}
.BgClassName
{
background-color: #3C6512;
}
</style>
border-color css
<style>
span { border-color: #3C6512; }
span { border-color: rgb(60,101,18); }
td.TdClassName
{
border-color: #3C6512;
}
.TagClassName
{
border-color: #3C6512;
}
</style>