Shades of Dell #3C6818
Tints of Dell #3C6818
RGB
CMYK
RGB Variations
Color information
#3C6818 (or 0x3C6818) is known color: Dell. HEX triplet: 3C, 68 and 18. RGB value is (60,104,24). Sum of RGB (Red+Green+Blue) = 60+104+24=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 104 (41.02% from 255 or 55.32% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 104 - color contains mainly: green. Hex color #3C6818 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6818 is #C397E7. Grayscale: #525252. Windows color (decimal): -12818408 or 1599548. OLE color: 1599548.
HSL color Cylindrical-coordinate representation of color #3C6818: hue angle of 93º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C6818 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 104 | 24 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.59 |
| HSL | 93º | 0.63% | 0.25% | - |
| HSV(B) | 93º | 0.77% | 0.41% | - |
| XYZ | 6.98 | 10.93 | 2.61 | - |
| YUV | 81.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 104 | 24 | 0.42 | 0 | 0.77 | 0.59 | 93 | 0.63 | 0.25 |
| Hex | 3C | 68 | 18 | 2A | 0 | 4D | 3B | 5D | 3E | 19 |
| Octal | 74 | 150 | 30 | 52 | 0 | 115 | 73 | 135 | 76 | 31 |
| Binary | 111100 | 1101000 | 11000 | 101010 | 0 | 1001101 | 111011 | 1011101 | 111110 | 11001 |
Color Harmonies of #3C6818
Complementary color
Monochromatic Colors of #3C6818
Black with #3C6818
Text Example
Text Example
White with #3C6818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6818; }
p { color: rgb(60,104,24); }
H1.HeaderClassName
{
color: #3C6818;
}
.AnyTagClassName
{
color: #3C6818;
}
</style>
background-color css
<style>
a { background-color: #3C6818; }
a { background-color: rgb(60,104,24); }
div.DivClassName
{
background-color: #3C6818;
}
.BgClassName
{
background-color: #3C6818;
}
</style>
border-color css
<style>
span { border-color: #3C6818; }
span { border-color: rgb(60,104,24); }
td.TdClassName
{
border-color: #3C6818;
}
.TagClassName
{
border-color: #3C6818;
}
</style>