Shades of Dell #3C6911
Tints of Dell #3C6911
RGB
CMYK
RGB Variations
Color information
#3C6911 (or 0x3C6911) is known color: Dell. HEX triplet: 3C, 69 and 11. RGB value is (60,105,17). Sum of RGB (Red+Green+Blue) = 60+105+17=182 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.97% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #3C6911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6911 is #C396EE. Grayscale: #515151. Windows color (decimal): -12818159 or 1141052. OLE color: 1141052.
HSL color Cylindrical-coordinate representation of color #3C6911: hue angle of 90.68º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C6911 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 105 | 17 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.59 |
| HSL | 90.68º | 0.72% | 0.24% | - |
| HSV(B) | 90.68º | 0.84% | 0.41% | - |
| XYZ | 7.02 | 11.1 | 2.3 | - |
| YUV | 81.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 17 | 0.43 | 0 | 0.84 | 0.59 | 90.68 | 0.72 | 0.24 |
| Hex | 3C | 69 | 11 | 2B | 0 | 54 | 3B | 5B | 48 | 18 |
| Octal | 74 | 151 | 21 | 53 | 0 | 124 | 73 | 133 | 110 | 30 |
| Binary | 111100 | 1101001 | 10001 | 101011 | 0 | 1010100 | 111011 | 1011011 | 1001000 | 11000 |
Color Harmonies of #3C6911
Complementary color
Monochromatic Colors of #3C6911
Black with #3C6911
Text Example
Text Example
White with #3C6911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6911; }
p { color: rgb(60,105,17); }
H1.HeaderClassName
{
color: #3C6911;
}
.AnyTagClassName
{
color: #3C6911;
}
</style>
background-color css
<style>
a { background-color: #3C6911; }
a { background-color: rgb(60,105,17); }
div.DivClassName
{
background-color: #3C6911;
}
.BgClassName
{
background-color: #3C6911;
}
</style>
border-color css
<style>
span { border-color: #3C6911; }
span { border-color: rgb(60,105,17); }
td.TdClassName
{
border-color: #3C6911;
}
.TagClassName
{
border-color: #3C6911;
}
</style>