Shades of Dell #3C6B11
Tints of Dell #3C6B11
RGB
CMYK
RGB Variations
Color information
#3C6B11 (or 0x3C6B11) is known color: Dell. HEX triplet: 3C, 6B and 11. RGB value is (60,107,17). Sum of RGB (Red+Green+Blue) = 60+107+17=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6B11 is #C394EE. Grayscale: #535353. Windows color (decimal): -12817647 or 1141564. OLE color: 1141564.
HSL color Cylindrical-coordinate representation of color #3C6B11: hue angle of 91.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C6B11 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 107 | 17 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.58 |
| HSL | 91.33º | 0.73% | 0.24% | - |
| HSV(B) | 91.33º | 0.84% | 0.42% | - |
| XYZ | 7.22 | 11.52 | 2.37 | - |
| YUV | 82.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 17 | 0.44 | 0 | 0.84 | 0.58 | 91.33 | 0.73 | 0.24 |
| Hex | 3C | 6B | 11 | 2C | 0 | 54 | 3A | 5B | 49 | 18 |
| Octal | 74 | 153 | 21 | 54 | 0 | 124 | 72 | 133 | 111 | 30 |
| Binary | 111100 | 1101011 | 10001 | 101100 | 0 | 1010100 | 111010 | 1011011 | 1001001 | 11000 |
Color Harmonies of #3C6B11
Complementary color
Monochromatic Colors of #3C6B11
Black with #3C6B11
Text Example
Text Example
White with #3C6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6B11; }
p { color: rgb(60,107,17); }
H1.HeaderClassName
{
color: #3C6B11;
}
.AnyTagClassName
{
color: #3C6B11;
}
</style>
background-color css
<style>
a { background-color: #3C6B11; }
a { background-color: rgb(60,107,17); }
div.DivClassName
{
background-color: #3C6B11;
}
.BgClassName
{
background-color: #3C6B11;
}
</style>
border-color css
<style>
span { border-color: #3C6B11; }
span { border-color: rgb(60,107,17); }
td.TdClassName
{
border-color: #3C6B11;
}
.TagClassName
{
border-color: #3C6B11;
}
</style>