Shades of Dell #3C6716
Tints of Dell #3C6716
RGB
CMYK
RGB Variations
Color information
#3C6716 (or 0x3C6716) is known color: Dell. HEX triplet: 3C, 67 and 16. RGB value is (60,103,22). Sum of RGB (Red+Green+Blue) = 60+103+22=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #3C6716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6716 is #C398E9. Grayscale: #515151. Windows color (decimal): -12818666 or 1468220. OLE color: 1468220.
HSL color Cylindrical-coordinate representation of color #3C6716: hue angle of 91.85º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C6716 is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 60 | 103 | 22 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.60 |
| HSL | 91.85º | 0.65% | 0.25% | - |
| HSV(B) | 91.85º | 0.79% | 0.4% | - |
| XYZ | 6.86 | 10.72 | 2.47 | - |
| YUV | 80.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 103 | 22 | 0.42 | 0 | 0.79 | 0.60 | 91.85 | 0.65 | 0.25 |
| Hex | 3C | 67 | 16 | 2A | 0 | 4F | 3C | 5C | 41 | 19 |
| Octal | 74 | 147 | 26 | 52 | 0 | 117 | 74 | 134 | 101 | 31 |
| Binary | 111100 | 1100111 | 10110 | 101010 | 0 | 1001111 | 111100 | 1011100 | 1000001 | 11001 |
Color Harmonies of #3C6716
Complementary color
Monochromatic Colors of #3C6716
Black with #3C6716
Text Example
Text Example
White with #3C6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6716; }
p { color: rgb(60,103,22); }
H1.HeaderClassName
{
color: #3C6716;
}
.AnyTagClassName
{
color: #3C6716;
}
</style>
background-color css
<style>
a { background-color: #3C6716; }
a { background-color: rgb(60,103,22); }
div.DivClassName
{
background-color: #3C6716;
}
.BgClassName
{
background-color: #3C6716;
}
</style>
border-color css
<style>
span { border-color: #3C6716; }
span { border-color: rgb(60,103,22); }
td.TdClassName
{
border-color: #3C6716;
}
.TagClassName
{
border-color: #3C6716;
}
</style>