Shades of Dell #3C6915
Tints of Dell #3C6915
RGB
CMYK
RGB Variations
Color information
#3C6915 (or 0x3C6915) is known color: Dell. HEX triplet: 3C, 69 and 15. RGB value is (60,105,21). Sum of RGB (Red+Green+Blue) = 60+105+21=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #3C6915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6915 is #C396EA. Grayscale: #525252. Windows color (decimal): -12818155 or 1403196. OLE color: 1403196.
HSL color Cylindrical-coordinate representation of color #3C6915: hue angle of 92.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C6915 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 60 | 105 | 21 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.59 |
| HSL | 92.14º | 0.67% | 0.25% | - |
| HSV(B) | 92.14º | 0.8% | 0.41% | - |
| XYZ | 7.05 | 11.12 | 2.48 | - |
| YUV | 81.97 | 93.59 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 105 | 21 | 0.43 | 0 | 0.80 | 0.59 | 92.14 | 0.67 | 0.25 |
| Hex | 3C | 69 | 15 | 2B | 0 | 50 | 3B | 5C | 43 | 19 |
| Octal | 74 | 151 | 25 | 53 | 0 | 120 | 73 | 134 | 103 | 31 |
| Binary | 111100 | 1101001 | 10101 | 101011 | 0 | 1010000 | 111011 | 1011100 | 1000011 | 11001 |
Color Harmonies of #3C6915
Complementary color
Monochromatic Colors of #3C6915
Black with #3C6915
Text Example
Text Example
White with #3C6915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6915; }
p { color: rgb(60,105,21); }
H1.HeaderClassName
{
color: #3C6915;
}
.AnyTagClassName
{
color: #3C6915;
}
</style>
background-color css
<style>
a { background-color: #3C6915; }
a { background-color: rgb(60,105,21); }
div.DivClassName
{
background-color: #3C6915;
}
.BgClassName
{
background-color: #3C6915;
}
</style>
border-color css
<style>
span { border-color: #3C6915; }
span { border-color: rgb(60,105,21); }
td.TdClassName
{
border-color: #3C6915;
}
.TagClassName
{
border-color: #3C6915;
}
</style>