Shades of Dell #3C6B17
Tints of Dell #3C6B17
RGB
CMYK
RGB Variations
Color information
#3C6B17 (or 0x3C6B17) is known color: Dell. HEX triplet: 3C, 6B and 17. RGB value is (60,107,23). Sum of RGB (Red+Green+Blue) = 60+107+23=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 23 (9.38% from 255 or 12.11% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C6B17 is #C394E8. Grayscale: #535353. Windows color (decimal): -12817641 or 1534780. OLE color: 1534780.
HSL color Cylindrical-coordinate representation of color #3C6B17: hue angle of 93.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C6B17 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 107 | 23 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.58 |
| HSL | 93.57º | 0.65% | 0.25% | - |
| HSV(B) | 93.57º | 0.79% | 0.42% | - |
| XYZ | 7.28 | 11.54 | 2.65 | - |
| YUV | 83.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 107 | 23 | 0.44 | 0 | 0.79 | 0.58 | 93.57 | 0.65 | 0.25 |
| Hex | 3C | 6B | 17 | 2C | 0 | 4F | 3A | 5E | 41 | 19 |
| Octal | 74 | 153 | 27 | 54 | 0 | 117 | 72 | 136 | 101 | 31 |
| Binary | 111100 | 1101011 | 10111 | 101100 | 0 | 1001111 | 111010 | 1011110 | 1000001 | 11001 |
Color Harmonies of #3C6B17
Complementary color
Monochromatic Colors of #3C6B17
Black with #3C6B17
Text Example
Text Example
White with #3C6B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C6B17; }
p { color: rgb(60,107,23); }
H1.HeaderClassName
{
color: #3C6B17;
}
.AnyTagClassName
{
color: #3C6B17;
}
</style>
background-color css
<style>
a { background-color: #3C6B17; }
a { background-color: rgb(60,107,23); }
div.DivClassName
{
background-color: #3C6B17;
}
.BgClassName
{
background-color: #3C6B17;
}
</style>
border-color css
<style>
span { border-color: #3C6B17; }
span { border-color: rgb(60,107,23); }
td.TdClassName
{
border-color: #3C6B17;
}
.TagClassName
{
border-color: #3C6B17;
}
</style>